#0C2C18

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

Shades of Deep Fir #0C2C18

Tints of Deep Fir #0C2C18

Color information

#0C2C18 (or 0x0C2C18) is unknown color: approx Deep Fir. HEX triplet: 0C, 2C and 18. RGB value is (12,44,24). Sum of RGB (Red+Green+Blue) = 12+44+24=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #0C2C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2C18 is #F3D3E7. Grayscale: #202020. Windows color (decimal): -15979496 or 1584140. OLE color: 1584140.

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

Color convert

RGB124424-
CMYK0.7300.450.83
HSL142.5º57.14%10.98%-
HSV(B)142.5º72.73%17.25%-
XYZ1.221.951.18-
YUV32.15123.4113.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15%
GREEN value IS 44 (17.58% from 255) = 55%
BLUE value IS 24 (9.77% from 255) = 30%
R=15%
G=55%
B=30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1244240.7300.450.83142.557.1410.98
HexC2C184902D538e39b
Octal1454301110551232167113
Binary110010110011000100100101011011010011100011101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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