#0C4015

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

Shades of Deep Fir #0C4015

Tints of Deep Fir #0C4015

Color information

#0C4015 (or 0x0C4015) is unknown color: approx Deep Fir. HEX triplet: 0C, 40 and 15. RGB value is (12,64,21). Sum of RGB (Red+Green+Blue) = 12+64+21=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4015 is #F3BFEA. Grayscale: #2B2B2B. Windows color (decimal): -15974379 or 1392652. OLE color: 1392652.

HSL color Cylindrical-coordinate representation of color #0C4015: hue angle of 130.38º 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 #0C4015 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB126421-
CMYK0.8100.670.75
HSL130.38º68.42%14.9%-
HSV(B)130.38º81.25%25.1%-
XYZ2.123.81.33-
YUV43.55115.27105.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.37%
GREEN value IS 64 (25.39% from 255) = 65.98%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=12.37%
G=65.98%
B=21.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264210.8100.670.75130.3868.4214.9
HexC4015510434B8244f
Octal1410025121010311320210417
Binary110010000001010110100010100001110010111000001010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,64,21); }

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

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

 a { background-color: rgb(12,64,21); }

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

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

 span { border-color: rgb(12,64,21); }

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