#022609

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

Shades of Deep Fir #022609

Tints of Deep Fir #022609

Color information

#022609 (or 0x022609) is unknown color: approx Deep Fir. HEX triplet: 02, 26 and 09. RGB value is (2,38,9). Sum of RGB (Red+Green+Blue) = 2+38+9=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 38 (15.23% from 255 or 77.55% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 38 - color contains mainly: green. Hex color #022609 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022609 is #FDD9F6. Grayscale: #181818. Windows color (decimal): -16636407 or 599554. OLE color: 599554.

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

Color convert

RGB2389-
CMYK0.9500.760.85
HSL131.67º90%7.84%-
HSV(B)131.67º94.74%14.9%-
XYZ0.771.420.49-
YUV23.93119.57112.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.08%
GREEN value IS 38 (15.23% from 255) = 77.55%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=4.08%
G=77.55%
B=18.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal23890.9500.760.85131.67907.84
Hex22695F04C55845a8
Octal24611137011412520413210
Binary10100110100110111110100110010101011000010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022609; }

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

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

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

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

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

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

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

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