#032B0B

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

Shades of Deep Fir #032B0B

Tints of Deep Fir #032B0B

Color information

#032B0B (or 0x032B0B) is unknown color: approx Deep Fir. HEX triplet: 03, 2B and 0B. RGB value is (3,43,11). Sum of RGB (Red+Green+Blue) = 3+43+11=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 43 (17.19% from 255 or 75.44% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 43 - color contains mainly: green. Hex color #032B0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032B0B is #FCD4F4. Grayscale: #1B1B1B. Windows color (decimal): -16569589 or 731907. OLE color: 731907.

HSL color Cylindrical-coordinate representation of color #032B0B: hue angle of 132º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032B0B is Cyan = 0.93, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.83.

Color convert

RGB34311-
CMYK0.9300.740.83
HSL132º86.96%9.02%-
HSV(B)132º93.02%16.86%-
XYZ0.961.770.61-
YUV27.39118.75110.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 43 (17.19% from 255) = 75.44%
BLUE value IS 11 (4.69% from 255) = 19.30%
R=5.26%
G=75.44%
B=19.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal343110.9300.740.8313286.969.02
Hex32BB5D04A5384579
Octal35313135011212320412711
Binary11101011101110111010100101010100111000010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032B0B; }

 p { color: rgb(3,43,11); }

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

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

 a { background-color: rgb(3,43,11); }

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

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

 span { border-color: rgb(3,43,11); }

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