#0C3120

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

Shades of Dark Green #0C3120

Tints of Dark Green #0C3120

Color information

#0C3120 (or 0x0C3120) is unknown color: approx Dark Green. HEX triplet: 0C, 31 and 20. RGB value is (12,49,32). Sum of RGB (Red+Green+Blue) = 12+49+32=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #0C3120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3120 is #F3CEDF. Grayscale: #242424. Windows color (decimal): -15978208 or 2109708. OLE color: 2109708.

HSL color Cylindrical-coordinate representation of color #0C3120: hue angle of 152.43º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C3120 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB124932-
CMYK0.7600.350.81
HSL152.43º60.66%11.96%-
HSV(B)152.43º75.51%19.22%-
XYZ1.512.381.75-
YUV36125.74110.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.90%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=12.90%
G=52.69%
B=34.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1249320.7600.350.81152.4360.6611.96
HexC31204C02351983dc
Octal1461401140431212307514
Binary1100110001100000100110001000111010001100110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,49,32); }

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

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

 a { background-color: rgb(12,49,32); }

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

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

 span { border-color: rgb(12,49,32); }

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