#0C7039

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

Shades of Dark Spring Green #0C7039

Tints of Dark Spring Green #0C7039

Color information

#0C7039 (or 0x0C7039) is unknown color: approx Dark Spring Green. HEX triplet: 0C, 70 and 39. RGB value is (12,112,57). Sum of RGB (Red+Green+Blue) = 12+112+57=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7039 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7039 is #F38FC6. Grayscale: #4B4B4B. Windows color (decimal): -15962055 or 3764236. OLE color: 3764236.

HSL color Cylindrical-coordinate representation of color #0C7039: hue angle of 147º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7039 is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB1211257-
CMYK0.8900.490.56
HSL147º80.65%24.31%-
HSV(B)147º89.29%43.92%-
XYZ6.6811.965.83-
YUV75.83117.3782.47-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 112 (44.14% from 255) = 61.88%
BLUE value IS 57 (22.66% from 255) = 31.49%
R=6.63%
G=61.88%
B=31.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12112570.8900.490.5614780.6524.31
HexC70395903138935118
Octal14160711310617022312130
Binary110011100001110011011001011000111100010010011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C7039; }

 p { color: rgb(12,112,57); }

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

<style>
 a { background-color: #0C7039; }

 a { background-color: rgb(12,112,57); }

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

<style>
 span { border-color: #0C7039; }

 span { border-color: rgb(12,112,57); }

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