#0C2E11

Color #0C2E11 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0C2E11

Tints of Deep Fir #0C2E11

Color information

#0C2E11 (or 0x0C2E11) is unknown color: approx Deep Fir. HEX triplet: 0C, 2E and 11. RGB value is (12,46,17). Sum of RGB (Red+Green+Blue) = 12+46+17=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 46 (18.36% from 255 or 61.33% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 46 - color contains mainly: green. Hex color #0C2E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2E11 is #F3D1EE. Grayscale: #202020. Windows color (decimal): -15978991 or 1125900. OLE color: 1125900.

HSL color Cylindrical-coordinate representation of color #0C2E11: hue angle of 128.82º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C2E11 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.82.

Color convert

RGB124617-
CMYK0.7400.630.82
HSL128.82º58.62%11.37%-
HSV(B)128.82º73.91%18.04%-
XYZ1.232.070.87-
YUV32.53119.24113.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 46 (18.36% from 255) = 61.33%
BLUE value IS 17 (7.03% from 255) = 22.67%
R=16%
G=61.33%
B=22.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1246170.7400.630.82128.8258.6211.37
HexC2E114A03F52813bb
Octal1456211120771222017313
Binary110010111010001100101001111111010010100000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,46,17); }

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

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

 a { background-color: rgb(12,46,17); }

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

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

 span { border-color: rgb(12,46,17); }

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