#022309

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

Shades of Deep Fir #022309

Tints of Deep Fir #022309

Color information

#022309 (or 0x022309) is unknown color: approx Deep Fir. HEX triplet: 02, 23 and 09. RGB value is (2,35,9). Sum of RGB (Red+Green+Blue) = 2+35+9=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 35 (14.06% from 255 or 76.09% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 35 - color contains mainly: green. Hex color #022309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022309 is #FDDCF6. Grayscale: #161616. Windows color (decimal): -16637175 or 598786. OLE color: 598786.

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

Color convert

RGB2359-
CMYK0.9400.740.86
HSL132.73º89.19%7.25%-
HSV(B)132.73º94.29%13.73%-
XYZ0.681.230.46-
YUV22.17120.57113.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.35%
GREEN value IS 35 (14.06% from 255) = 76.09%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=4.35%
G=76.09%
B=19.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal23590.9400.740.86132.7389.197.25
Hex22395E04A5685597
Octal2431113601121262051317
Binary1010001110011011110010010101010110100001011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022309; }

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

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

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

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

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

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

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

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