#12783F

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

Shades of Dark Spring Green #12783F

Tints of Dark Spring Green #12783F

Color information

#12783F (or 0x12783F) is unknown color: approx Dark Spring Green. HEX triplet: 12, 78 and 3F. RGB value is (18,120,63). Sum of RGB (Red+Green+Blue) = 18+120+63=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #12783F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12783F is #ED87C0. Grayscale: #535353. Windows color (decimal): -15566785 or 4159506. OLE color: 4159506.

HSL color Cylindrical-coordinate representation of color #12783F: hue angle of 146.47º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12783F is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1812063-
CMYK0.8500.480.53
HSL146.47º73.91%27.06%-
HSV(B)146.47º85%47.06%-
XYZ7.8613.926.98-
YUV83116.7181.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 120 (47.27% from 255) = 59.70%
BLUE value IS 63 (25% from 255) = 31.34%
R=8.96%
G=59.70%
B=31.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120630.8500.480.53146.4773.9127.06
Hex12783F5503035924a1b
Octal22170771250606522211233
Binary1001011110001111111010101011000011010110010010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12783F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12783F; }

 p { color: rgb(18,120,63); }

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

<style>
 a { background-color: #12783F; }

 a { background-color: rgb(18,120,63); }

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

<style>
 span { border-color: #12783F; }

 span { border-color: rgb(18,120,63); }

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