#12773F

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

Shades of Dark Spring Green #12773F

Tints of Dark Spring Green #12773F

Color information

#12773F (or 0x12773F) is unknown color: approx Dark Spring Green. HEX triplet: 12, 77 and 3F. RGB value is (18,119,63). Sum of RGB (Red+Green+Blue) = 18+119+63=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #12773F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12773F is #ED88C0. Grayscale: #525252. Windows color (decimal): -15567041 or 4159250. OLE color: 4159250.

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

Color convert

RGB1811963-
CMYK0.8500.470.53
HSL146.73º73.72%26.86%-
HSV(B)146.73º84.87%46.67%-
XYZ7.7413.686.94-
YUV82.42117.0482.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 119 (46.88% from 255) = 59.5%
BLUE value IS 63 (25% from 255) = 31.5%
R=9%
G=59.5%
B=31.5%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18119630.8500.470.53146.7373.7226.86
Hex12773F5502F35934a1b
Octal22167771250576522311233
Binary1001011101111111111010101010111111010110010011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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