#02440E

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

Shades of Deep Fir #02440E

Tints of Deep Fir #02440E

Color information

#02440E (or 0x02440E) is unknown color: approx Deep Fir. HEX triplet: 02, 44 and 0E. RGB value is (2,68,14). Sum of RGB (Red+Green+Blue) = 2+68+14=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 68 (26.95% from 255 or 80.95% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 68 - color contains mainly: green. Hex color #02440E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02440E is #FDBBF1. Grayscale: #2A2A2A. Windows color (decimal): -16628722 or 934914. OLE color: 934914.

HSL color Cylindrical-coordinate representation of color #02440E: hue angle of 130.91º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02440E is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB26814-
CMYK0.9700.790.73
HSL130.91º94.29%13.73%-
HSV(B)130.91º97.06%26.67%-
XYZ2.174.181.11-
YUV42.11112.1399.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.38%
GREEN value IS 68 (26.95% from 255) = 80.95%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=2.38%
G=80.95%
B=16.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal268140.9700.790.73130.9194.2913.73
Hex244E6104F49835ee
Octal210416141011711120313616
Binary101000100111011000010100111110010011000001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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