#0C3B18

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

Shades of Deep Fir #0C3B18

Tints of Deep Fir #0C3B18

Color information

#0C3B18 (or 0x0C3B18) is unknown color: approx Deep Fir. HEX triplet: 0C, 3B and 18. RGB value is (12,59,24). Sum of RGB (Red+Green+Blue) = 12+59+24=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 59 (23.44% from 255 or 62.11% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3B18 is #F3C4E7. Grayscale: #292929. Windows color (decimal): -15975656 or 1587980. OLE color: 1587980.

HSL color Cylindrical-coordinate representation of color #0C3B18: hue angle of 135.32º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B18 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB125924-
CMYK0.8000.590.77
HSL135.32º66.2%13.92%-
HSV(B)135.32º79.66%23.14%-
XYZ1.883.271.4-
YUV40.96118.43107.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.63%
GREEN value IS 59 (23.44% from 255) = 62.11%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=12.63%
G=62.11%
B=25.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1259240.8000.590.77135.3266.213.92
HexC3B185003B4D8742e
Octal14733012007311520710216
Binary1100111011110001010000011101110011011000011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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