#0C431E

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

Shades of Deep Fir #0C431E

Tints of Deep Fir #0C431E

Color information

#0C431E (or 0x0C431E) is unknown color: approx Deep Fir. HEX triplet: 0C, 43 and 1E. RGB value is (12,67,30). Sum of RGB (Red+Green+Blue) = 12+67+30=109 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.01% from 109); Green value is 67 (26.56% from 255 or 61.47% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 67 - color contains mainly: green. Hex color #0C431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C431E is #F3BCE1. Grayscale: #2E2E2E. Windows color (decimal): -15973602 or 1983244. OLE color: 1983244.

HSL color Cylindrical-coordinate representation of color #0C431E: hue angle of 139.64º 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 #0C431E is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB126730-
CMYK0.8200.550.74
HSL139.64º69.62%15.49%-
HSV(B)139.64º82.09%26.27%-
XYZ2.394.191.91-
YUV46.34118.78103.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.01%
GREEN value IS 67 (26.56% from 255) = 61.47%
BLUE value IS 30 (12.11% from 255) = 27.52%
R=11.01%
G=61.47%
B=27.52%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1267300.8200.550.74139.6469.6215.49
HexC431E520374A8c46f
Octal141033612206711221410617
Binary11001000011111101010010011011110010101000110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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