#022B0C

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

Shades of Deep Fir #022B0C

Tints of Deep Fir #022B0C

Color information

#022B0C (or 0x022B0C) is unknown color: approx Deep Fir. HEX triplet: 02, 2B and 0C. RGB value is (2,43,12). Sum of RGB (Red+Green+Blue) = 2+43+12=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 43 (17.19% from 255 or 75.44% from 57); Blue value is 12 (5.08% from 255 or 21.05% from 57); Max value from RGB is 43 - color contains mainly: green. Hex color #022B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022B0C is #FDD4F3. Grayscale: #1B1B1B. Windows color (decimal): -16635124 or 797442. OLE color: 797442.

HSL color Cylindrical-coordinate representation of color #022B0C: hue angle of 134.63º 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 #022B0C is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.83.

Color convert

RGB24312-
CMYK0.9500.720.83
HSL134.63º91.11%8.82%-
HSV(B)134.63º95.35%16.86%-
XYZ0.961.770.64-
YUV27.21119.42110.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.51%
GREEN value IS 43 (17.19% from 255) = 75.44%
BLUE value IS 12 (5.08% from 255) = 21.05%
R=3.51%
G=75.44%
B=21.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal243120.9500.720.83134.6391.118.82
Hex22BC5F04853875b9
Octal25314137011012320713311
Binary10101011110010111110100100010100111000011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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