#0C2D16

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

Shades of Deep Fir #0C2D16

Tints of Deep Fir #0C2D16

Color information

#0C2D16 (or 0x0C2D16) is unknown color: approx Deep Fir. HEX triplet: 0C, 2D and 16. RGB value is (12,45,22). Sum of RGB (Red+Green+Blue) = 12+45+22=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 45 (17.97% from 255 or 56.96% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 45 - color contains mainly: green. Hex color #0C2D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2D16 is #F3D2E9. Grayscale: #202020. Windows color (decimal): -15979242 or 1453324. OLE color: 1453324.

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

Color convert

RGB124522-
CMYK0.7300.510.82
HSL138.18º57.89%11.18%-
HSV(B)138.18º73.33%17.65%-
XYZ1.232.011.08-
YUV32.51122.07113.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.19%
GREEN value IS 45 (17.97% from 255) = 56.96%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=15.19%
G=56.96%
B=27.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1245220.7300.510.82138.1857.8911.18
HexC2D1649033528a3ab
Octal1455261110631222127213
Binary110010110110110100100101100111010010100010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,45,22); }

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

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

 a { background-color: rgb(12,45,22); }

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

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

 span { border-color: rgb(12,45,22); }

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