#0C441D

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

Shades of Deep Fir #0C441D

Tints of Deep Fir #0C441D

Color information

#0C441D (or 0x0C441D) is unknown color: approx Deep Fir. HEX triplet: 0C, 44 and 1D. RGB value is (12,68,29). Sum of RGB (Red+Green+Blue) = 12+68+29=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #0C441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C441D is #F3BBE2. Grayscale: #2E2E2E. Windows color (decimal): -15973347 or 1917964. OLE color: 1917964.

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

Color convert

RGB126829-
CMYK0.8200.570.73
HSL138.21º70%15.69%-
HSV(B)138.21º82.35%26.67%-
XYZ2.444.31.86-
YUV46.81117.95103.17-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.01%
GREEN value IS 68 (26.95% from 255) = 62.39%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=11.01%
G=62.39%
B=26.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1268290.8200.570.73138.217015.69
HexC441D52039498a4610
Octal141043512207111121210620
Binary110010001001110110100100111001100100110001010100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,68,29); }

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

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

 a { background-color: rgb(12,68,29); }

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

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

 span { border-color: rgb(12,68,29); }

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