#0C401A

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

Shades of Deep Fir #0C401A

Tints of Deep Fir #0C401A

Color information

#0C401A (or 0x0C401A) is unknown color: approx Deep Fir. HEX triplet: 0C, 40 and 1A. RGB value is (12,64,26). Sum of RGB (Red+Green+Blue) = 12+64+26=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 64 (25.39% from 255 or 62.75% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 64 - color contains mainly: green. Hex color #0C401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C401A is #F3BFE5. Grayscale: #2C2C2C. Windows color (decimal): -15974374 or 1720332. OLE color: 1720332.

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

Color convert

RGB126426-
CMYK0.8100.590.75
HSL136.15º68.42%14.9%-
HSV(B)136.15º81.25%25.1%-
XYZ2.173.821.6-
YUV44.12117.77105.09-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.76%
GREEN value IS 64 (25.39% from 255) = 62.75%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=11.76%
G=62.75%
B=25.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1264260.8100.590.75136.1568.4214.9
HexC401A5103B4B8844f
Octal141003212107311321010417
Binary11001000000110101010001011101110010111000100010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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