#032B08

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

Shades of Deep Fir #032B08

Tints of Deep Fir #032B08

Color information

#032B08 (or 0x032B08) is unknown color: approx Deep Fir. HEX triplet: 03, 2B and 08. RGB value is (3,43,8). Sum of RGB (Red+Green+Blue) = 3+43+8=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 43 (17.19% from 255 or 79.63% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 43 - color contains mainly: green. Hex color #032B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032B08 is #FCD4F7. Grayscale: #1B1B1B. Windows color (decimal): -16569592 or 535299. OLE color: 535299.

HSL color Cylindrical-coordinate representation of color #032B08: hue angle of 127.5º 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 #032B08 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.83.

Color convert

RGB3438-
CMYK0.9300.810.83
HSL127.5º86.96%9.02%-
HSV(B)127.5º93.02%16.86%-
XYZ0.951.760.52-
YUV27.05117.25110.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 43 (17.19% from 255) = 79.63%
BLUE value IS 8 (3.52% from 255) = 14.81%
R=5.56%
G=79.63%
B=14.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal34380.9300.810.83127.586.969.02
Hex32B85D0515380579
Octal35310135012112320012711
Binary11101011100010111010101000110100111000000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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