#022209

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

Shades of Deep Fir #022209

Tints of Deep Fir #022209

Color information

#022209 (or 0x022209) is unknown color: approx Deep Fir. HEX triplet: 02, 22 and 09. RGB value is (2,34,9). Sum of RGB (Red+Green+Blue) = 2+34+9=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 34 (13.67% from 255 or 75.56% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 34 - color contains mainly: green. Hex color #022209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022209 is #FDDDF6. Grayscale: #151515. Windows color (decimal): -16637431 or 598530. OLE color: 598530.

HSL color Cylindrical-coordinate representation of color #022209: hue angle of 133.12º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022209 is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.87.

Color convert

RGB2349-
CMYK0.9400.740.87
HSL133.12º88.89%7.06%-
HSV(B)133.12º94.12%13.33%-
XYZ0.651.180.45-
YUV21.58120.9114.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.44%
GREEN value IS 34 (13.67% from 255) = 75.56%
BLUE value IS 9 (3.91% from 255) = 20%
R=4.44%
G=75.56%
B=20%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal23490.9400.740.87133.1288.897.06
Hex22295E04A5785597
Octal2421113601121272051317
Binary1010001010011011110010010101010111100001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022209; }

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

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

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

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

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

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

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

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