#0C7237

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

Shades of Dark Spring Green #0C7237

Tints of Dark Spring Green #0C7237

Color information

#0C7237 (or 0x0C7237) is unknown color: approx Dark Spring Green. HEX triplet: 0C, 72 and 37. RGB value is (12,114,55). Sum of RGB (Red+Green+Blue) = 12+114+55=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 55 (21.88% from 255 or 30.39% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #0C7237 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7237 is #F38DC8. Grayscale: #4C4C4C. Windows color (decimal): -15961545 or 3633676. OLE color: 3633676.

HSL color Cylindrical-coordinate representation of color #0C7237: hue angle of 145.29º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7237 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB1211455-
CMYK0.8900.520.55
HSL145.29º80.95%24.71%-
HSV(B)145.29º89.47%44.71%-
XYZ6.8612.395.64-
YUV76.78115.7181.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 114 (44.92% from 255) = 62.98%
BLUE value IS 55 (21.88% from 255) = 30.39%
R=6.63%
G=62.98%
B=30.39%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12114550.8900.520.55145.2980.9524.71
HexC72375903437915119
Octal14162671310646722112131
Binary110011100101101111011001011010011011110010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,114,55); }

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

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

 a { background-color: rgb(12,114,55); }

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

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

 span { border-color: rgb(12,114,55); }

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