#022B09

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

Shades of Deep Fir #022B09

Tints of Deep Fir #022B09

Color information

#022B09 (or 0x022B09) is unknown color: approx Deep Fir. HEX triplet: 02, 2B and 09. RGB value is (2,43,9). Sum of RGB (Red+Green+Blue) = 2+43+9=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 43 (17.19% from 255 or 79.63% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 43 - color contains mainly: green. Hex color #022B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022B09 is #FDD4F6. Grayscale: #1A1A1A. Windows color (decimal): -16635127 or 600834. OLE color: 600834.

HSL color Cylindrical-coordinate representation of color #022B09: hue angle of 130.24º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #022B09 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.83.

Color convert

RGB2439-
CMYK0.9500.790.83
HSL130.24º91.11%8.82%-
HSV(B)130.24º95.35%16.86%-
XYZ0.941.760.55-
YUV26.86117.92110.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.70%
GREEN value IS 43 (17.19% from 255) = 79.63%
BLUE value IS 9 (3.91% from 255) = 16.67%
R=3.70%
G=79.63%
B=16.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal24390.9500.790.83130.2491.118.82
Hex22B95F04F53825b9
Octal25311137011712320213311
Binary10101011100110111110100111110100111000001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022B09; }

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

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

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

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

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

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

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

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