#0C461C

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

Shades of Deep Fir #0C461C

Tints of Deep Fir #0C461C

Color information

#0C461C (or 0x0C461C) is unknown color: approx Deep Fir. HEX triplet: 0C, 46 and 1C. RGB value is (12,70,28). Sum of RGB (Red+Green+Blue) = 12+70+28=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #0C461C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C461C is #F3B9E3. Grayscale: #2F2F2F. Windows color (decimal): -15972836 or 1852940. OLE color: 1852940.

HSL color Cylindrical-coordinate representation of color #0C461C: hue angle of 136.55º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C461C is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB127028-
CMYK0.8300.600.73
HSL136.55º70.73%16.08%-
HSV(B)136.55º82.86%27.45%-
XYZ2.554.541.84-
YUV47.87116.78102.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.91%
GREEN value IS 70 (27.73% from 255) = 63.64%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=10.91%
G=63.64%
B=25.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1270280.8300.600.73136.5570.7316.08
HexC461C5303C49894710
Octal141063412307411121110720
Binary110010001101110010100110111100100100110001001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C461C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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