#0C7C42

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

Shades of Dark Spring Green #0C7C42

Tints of Dark Spring Green #0C7C42

Color information

#0C7C42 (or 0x0C7C42) is unknown color: approx Dark Spring Green. HEX triplet: 0C, 7C and 42. RGB value is (12,124,66). Sum of RGB (Red+Green+Blue) = 12+124+66=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 124 (48.83% from 255 or 61.39% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 124 - color contains mainly: green. Hex color #0C7C42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7C42 is #F383BD. Grayscale: #545454. Windows color (decimal): -15958974 or 4357132. OLE color: 4357132.

HSL color Cylindrical-coordinate representation of color #0C7C42: hue angle of 148.93º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7C42 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB1212466-
CMYK0.9000.470.51
HSL148.93º82.35%26.67%-
HSV(B)148.93º90.32%48.63%-
XYZ8.3414.897.59-
YUV83.9117.8976.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.94%
GREEN value IS 124 (48.83% from 255) = 61.39%
BLUE value IS 66 (26.17% from 255) = 32.67%
R=5.94%
G=61.39%
B=32.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12124660.9000.470.51148.9382.3526.67
HexC7C425A02F3395521b
Octal141741021320576322512233
Binary1100111110010000101011010010111111001110010101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C7C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,124,66); }

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

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

 a { background-color: rgb(12,124,66); }

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

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

 span { border-color: rgb(12,124,66); }

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