#022709

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

Shades of Deep Fir #022709

Tints of Deep Fir #022709

Color information

#022709 (or 0x022709) is unknown color: approx Deep Fir. HEX triplet: 02, 27 and 09. RGB value is (2,39,9). Sum of RGB (Red+Green+Blue) = 2+39+9=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 39 (15.62% from 255 or 78% from 50); Blue value is 9 (3.91% from 255 or 18% from 50); Max value from RGB is 39 - color contains mainly: green. Hex color #022709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022709 is #FDD8F6. Grayscale: #181818. Windows color (decimal): -16636151 or 599810. OLE color: 599810.

HSL color Cylindrical-coordinate representation of color #022709: hue angle of 131.35º 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 #022709 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.

Color convert

RGB2399-
CMYK0.9500.770.85
HSL131.35º90.24%8.04%-
HSV(B)131.35º94.87%15.29%-
XYZ0.81.480.5-
YUV24.52119.24111.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4%
GREEN value IS 39 (15.62% from 255) = 78%
BLUE value IS 9 (3.91% from 255) = 18%
R=4%
G=78%
B=18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal23990.9500.770.85131.3590.248.04
Hex22795F04D55835a8
Octal24711137011512520313210
Binary10100111100110111110100110110101011000001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022709; }

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

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

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

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

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

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

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

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