#02400E

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

Shades of Deep Fir #02400E

Tints of Deep Fir #02400E

Color information

#02400E (or 0x02400E) is unknown color: approx Deep Fir. HEX triplet: 02, 40 and 0E. RGB value is (2,64,14). Sum of RGB (Red+Green+Blue) = 2+64+14=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 64 (25.39% from 255 or 80% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 64 - color contains mainly: green. Hex color #02400E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02400E is #FDBFF1. Grayscale: #272727. Windows color (decimal): -16629746 or 933890. OLE color: 933890.

HSL color Cylindrical-coordinate representation of color #02400E: hue angle of 131.61º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02400E is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB26414-
CMYK0.9700.780.75
HSL131.61º93.94%12.94%-
HSV(B)131.61º96.88%25.1%-
XYZ1.943.711.03-
YUV39.76113.46101.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 64 (25.39% from 255) = 80%
BLUE value IS 14 (5.86% from 255) = 17.5%
R=2.5%
G=80%
B=17.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264140.9700.780.75131.6193.9412.94
Hex240E6104E4B845ed
Octal210016141011611320413615
Binary101000000111011000010100111010010111000010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02400E; }

 p { color: rgb(2,64,14); }

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

<style>
 a { background-color: #02400E; }

 a { background-color: rgb(2,64,14); }

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

<style>
 span { border-color: #02400E; }

 span { border-color: rgb(2,64,14); }

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