#022809

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

Shades of Deep Fir #022809

Tints of Deep Fir #022809

Color information

#022809 (or 0x022809) is unknown color: approx Deep Fir. HEX triplet: 02, 28 and 09. RGB value is (2,40,9). Sum of RGB (Red+Green+Blue) = 2+40+9=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 40 (16.02% from 255 or 78.43% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 40 - color contains mainly: green. Hex color #022809 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022809 is #FDD7F6. Grayscale: #191919. Windows color (decimal): -16635895 or 600066. OLE color: 600066.

HSL color Cylindrical-coordinate representation of color #022809: hue angle of 131.05º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022809 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB2409-
CMYK0.9500.780.84
HSL131.05º90.48%8.24%-
HSV(B)131.05º95%15.69%-
XYZ0.831.550.51-
YUV25.1118.91111.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 40 (16.02% from 255) = 78.43%
BLUE value IS 9 (3.91% from 255) = 17.65%
R=3.92%
G=78.43%
B=17.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal24090.9500.780.84131.0590.488.24
Hex22895F04E54835a8
Octal25011137011612420313210
Binary10101000100110111110100111010101001000001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022809; }

 p { color: rgb(2,40,9); }

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

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

 a { background-color: rgb(2,40,9); }

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

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

 span { border-color: rgb(2,40,9); }

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