#12783B

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

Shades of Dark Spring Green #12783B

Tints of Dark Spring Green #12783B

Color information

#12783B (or 0x12783B) is unknown color: approx Dark Spring Green. HEX triplet: 12, 78 and 3B. RGB value is (18,120,59). Sum of RGB (Red+Green+Blue) = 18+120+59=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 120 (47.27% from 255 or 60.91% from 197); Blue value is 59 (23.44% from 255 or 29.95% from 197); Max value from RGB is 120 - color contains mainly: green. Hex color #12783B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12783B is #ED87C4. Grayscale: #525252. Windows color (decimal): -15566789 or 3897362. OLE color: 3897362.

HSL color Cylindrical-coordinate representation of color #12783B: hue angle of 144.12º 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 #12783B is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1812059-
CMYK0.8500.510.53
HSL144.12º73.91%27.06%-
HSV(B)144.12º85%47.06%-
XYZ7.7613.886.41-
YUV82.55114.7181.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 120 (47.27% from 255) = 60.91%
BLUE value IS 59 (23.44% from 255) = 29.95%
R=9.14%
G=60.91%
B=29.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120590.8500.510.53144.1273.9127.06
Hex12783B5503335904a1b
Octal22170731250636522011233
Binary1001011110001110111010101011001111010110010000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12783B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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