#0C3F1C

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

Shades of Deep Fir #0C3F1C

Tints of Deep Fir #0C3F1C

Color information

#0C3F1C (or 0x0C3F1C) is unknown color: approx Deep Fir. HEX triplet: 0C, 3F and 1C. RGB value is (12,63,28). Sum of RGB (Red+Green+Blue) = 12+63+28=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 63 (25% from 255 or 61.17% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 63 - color contains mainly: green. Hex color #0C3F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3F1C is #F3C0E3. Grayscale: #2B2B2B. Windows color (decimal): -15974628 or 1851148. OLE color: 1851148.

HSL color Cylindrical-coordinate representation of color #0C3F1C: hue angle of 138.82º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C3F1C is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB126328-
CMYK0.8100.560.75
HSL138.82º68%14.71%-
HSV(B)138.82º80.95%24.71%-
XYZ2.143.721.7-
YUV43.76119.1105.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.65%
GREEN value IS 63 (25% from 255) = 61.17%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=11.65%
G=61.17%
B=27.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1263280.8100.560.75138.826814.71
HexC3F1C510384B8b44f
Octal14773412107011321310417
Binary1100111111111001010001011100010010111000101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,63,28); }

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

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

 a { background-color: rgb(12,63,28); }

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

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

 span { border-color: rgb(12,63,28); }

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