#12803E

Color #12803E Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #12803E

Tints of Dark Spring Green #12803E

Color information

#12803E (or 0x12803E) is unknown color: approx Dark Spring Green. HEX triplet: 12, 80 and 3E. RGB value is (18,128,62). Sum of RGB (Red+Green+Blue) = 18+128+62=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 128 (50.39% from 255 or 61.54% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 128 - color contains mainly: green. Hex color #12803E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12803E is #ED7FC1. Grayscale: #575757. Windows color (decimal): -15564738 or 4096018. OLE color: 4096018.

HSL color Cylindrical-coordinate representation of color #12803E: hue angle of 144º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12803E is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB1812862-
CMYK0.8600.520.50
HSL144º75.34%28.63%-
HSV(B)144º85.94%50.2%-
XYZ8.8415.917.16-
YUV87.59113.5678.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 128 (50.39% from 255) = 61.54%
BLUE value IS 62 (24.61% from 255) = 29.81%
R=8.65%
G=61.54%
B=29.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18128620.8600.520.5014475.3428.63
Hex12803E5603432904b1d
Octal22200761260646222011335
Binary10010100000001111101010110011010011001010010000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12803E; }

 p { color: rgb(18,128,62); }

 H1.HeaderClassName
 {
   color: #12803E;
 }
 .AnyTagClassName
 {
   color: #12803E;
 }
</style>
background-color css

<style>
 a { background-color: #12803E; }

 a { background-color: rgb(18,128,62); }

 div.DivClassName
 {
   background-color: #12803E;
 }
 .BgClassName
 {
   background-color: #12803E;
 }
</style>
border-color css

<style>
 span { border-color: #12803E; }

 span { border-color: rgb(18,128,62); }

 td.TdClassName
 {
   border-color: #12803E;
 }
 .TagClassName
 {
   border-color: #12803E;
 }
</style>