#022909

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

Shades of Deep Fir #022909

Tints of Deep Fir #022909

Color information

#022909 (or 0x022909) is unknown color: approx Deep Fir. HEX triplet: 02, 29 and 09. RGB value is (2,41,9). Sum of RGB (Red+Green+Blue) = 2+41+9=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 41 (16.41% from 255 or 78.85% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 41 - color contains mainly: green. Hex color #022909 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022909 is #FDD6F6. Grayscale: #191919. Windows color (decimal): -16635639 or 600322. OLE color: 600322.

HSL color Cylindrical-coordinate representation of color #022909: hue angle of 130.77º degrees, saturation: 0.91, 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 #022909 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.84.

Color convert

RGB2419-
CMYK0.9500.780.84
HSL130.77º90.7%8.43%-
HSV(B)130.77º95.12%16.08%-
XYZ0.871.620.53-
YUV25.69118.58111.1-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.85%
GREEN value IS 41 (16.41% from 255) = 78.85%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=3.85%
G=78.85%
B=17.31%

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
Decimal24190.9500.780.84130.7790.78.43
Hex22995F04E54835b8
Octal25111137011612420313310
Binary10101001100110111110100111010101001000001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022909; }

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

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

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

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

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

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

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

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