#0C2C13

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

Shades of Deep Fir #0C2C13

Tints of Deep Fir #0C2C13

Color information

#0C2C13 (or 0x0C2C13) is unknown color: approx Deep Fir. HEX triplet: 0C, 2C and 13. RGB value is (12,44,19). Sum of RGB (Red+Green+Blue) = 12+44+19=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 44 (17.58% from 255 or 58.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 44 - color contains mainly: green. Hex color #0C2C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2C13 is #F3D3EC. Grayscale: #1F1F1F. Windows color (decimal): -15979501 or 1256460. OLE color: 1256460.

HSL color Cylindrical-coordinate representation of color #0C2C13: hue angle of 133.12º 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 #0C2C13 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.83.

Color convert

RGB124419-
CMYK0.7300.570.83
HSL133.12º57.14%10.98%-
HSV(B)133.12º72.73%17.25%-
XYZ1.171.930.93-
YUV31.58120.9114.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 44 (17.58% from 255) = 58.67%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=16%
G=58.67%
B=25.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1244190.7300.570.83133.1257.1410.98
HexC2C1349039538539b
Octal1454231110711232057113
Binary110010110010011100100101110011010011100001011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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