#0C471E

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

Shades of Deep Fir #0C471E

Tints of Deep Fir #0C471E

Color information

#0C471E (or 0x0C471E) is unknown color: approx Deep Fir. HEX triplet: 0C, 47 and 1E. RGB value is (12,71,30). Sum of RGB (Red+Green+Blue) = 12+71+30=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 71 (28.12% from 255 or 62.83% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 71 - color contains mainly: green. Hex color #0C471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C471E is #F3B8E1. Grayscale: #303030. Windows color (decimal): -15972578 or 1984268. OLE color: 1984268.

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

Color convert

RGB127130-
CMYK0.8300.580.72
HSL138.31º71.08%16.27%-
HSV(B)138.31º83.1%27.84%-
XYZ2.644.681.99-
YUV48.68117.45101.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.62%
GREEN value IS 71 (28.12% from 255) = 62.83%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=10.62%
G=62.83%
B=26.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1271300.8300.580.72138.3171.0816.27
HexC471E5303A488a4710
Octal141073612307211021210720
Binary110010001111111010100110111010100100010001010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C471E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,71,30); }

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

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

 a { background-color: rgb(12,71,30); }

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

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

 span { border-color: rgb(12,71,30); }

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