#022A0B

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

Shades of Deep Fir #022A0B

Tints of Deep Fir #022A0B

Color information

#022A0B (or 0x022A0B) is unknown color: approx Deep Fir. HEX triplet: 02, 2A and 0B. RGB value is (2,42,11). Sum of RGB (Red+Green+Blue) = 2+42+11=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 42 (16.80% from 255 or 76.36% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 42 - color contains mainly: green. Hex color #022A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022A0B is #FDD5F4. Grayscale: #1A1A1A. Windows color (decimal): -16635381 or 731650. OLE color: 731650.

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

Color convert

RGB24211-
CMYK0.9500.740.84
HSL133.5º90.91%8.63%-
HSV(B)133.5º95.24%16.47%-
XYZ0.911.690.6-
YUV26.51119.25110.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.64%
GREEN value IS 42 (16.80% from 255) = 76.36%
BLUE value IS 11 (4.69% from 255) = 20%
R=3.64%
G=76.36%
B=20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal242110.9500.740.84133.590.918.63
Hex22AB5F04A54865b9
Octal25213137011212420613311
Binary10101010101110111110100101010101001000011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,42,11); }

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

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

 a { background-color: rgb(2,42,11); }

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

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

 span { border-color: rgb(2,42,11); }

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