#0C2C16

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

Shades of Deep Fir #0C2C16

Tints of Deep Fir #0C2C16

Color information

#0C2C16 (or 0x0C2C16) is unknown color: approx Deep Fir. HEX triplet: 0C, 2C and 16. RGB value is (12,44,22). Sum of RGB (Red+Green+Blue) = 12+44+22=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #0C2C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2C16 is #F3D3E9. Grayscale: #1F1F1F. Windows color (decimal): -15979498 or 1453068. OLE color: 1453068.

HSL color Cylindrical-coordinate representation of color #0C2C16: hue angle of 138.75º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2C16 is Cyan = 0.73, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.

Color convert

RGB124422-
CMYK0.7300.50.83
HSL138.75º57.14%10.98%-
HSV(B)138.75º72.73%17.25%-
XYZ1.21.941.07-
YUV31.92122.4113.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.38%
GREEN value IS 44 (17.58% from 255) = 56.41%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=15.38%
G=56.41%
B=28.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1244220.7300.50.83138.7557.1410.98
HexC2C1649032538b39b
Octal1454261110621232137113
Binary110010110010110100100101100101010011100010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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