#0C431C

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

Shades of Deep Fir #0C431C

Tints of Deep Fir #0C431C

Color information

#0C431C (or 0x0C431C) is unknown color: approx Deep Fir. HEX triplet: 0C, 43 and 1C. RGB value is (12,67,28). Sum of RGB (Red+Green+Blue) = 12+67+28=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 67 (26.56% from 255 or 62.62% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 67 - color contains mainly: green. Hex color #0C431C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C431C is #F3BCE3. Grayscale: #2E2E2E. Windows color (decimal): -15973604 or 1852172. OLE color: 1852172.

HSL color Cylindrical-coordinate representation of color #0C431C: hue angle of 137.45º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C431C is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB126728-
CMYK0.8200.580.74
HSL137.45º69.62%15.49%-
HSV(B)137.45º82.09%26.27%-
XYZ2.374.181.78-
YUV46.11117.78103.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.21%
GREEN value IS 67 (26.56% from 255) = 62.62%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=11.21%
G=62.62%
B=26.17%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1267280.8200.580.74137.4569.6215.49
HexC431C5203A4A8946f
Octal141033412207211221110617
Binary11001000011111001010010011101010010101000100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C431C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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