#032E08

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

Shades of Deep Fir #032E08

Tints of Deep Fir #032E08

Color information

#032E08 (or 0x032E08) is unknown color: approx Deep Fir. HEX triplet: 03, 2E and 08. RGB value is (3,46,8). Sum of RGB (Red+Green+Blue) = 3+46+8=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 46 (18.36% from 255 or 80.70% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 46 - color contains mainly: green. Hex color #032E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032E08 is #FCD1F7. Grayscale: #1C1C1C. Windows color (decimal): -16568824 or 536067. OLE color: 536067.

HSL color Cylindrical-coordinate representation of color #032E08: hue angle of 126.98º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032E08 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.82.

Color convert

RGB3468-
CMYK0.9300.830.82
HSL126.98º87.76%9.61%-
HSV(B)126.98º93.48%18.04%-
XYZ1.061.990.56-
YUV28.81116.25109.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 46 (18.36% from 255) = 80.70%
BLUE value IS 8 (3.52% from 255) = 14.04%
R=5.26%
G=80.70%
B=14.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal34680.9300.830.82126.9887.769.61
Hex32E85D053527f58a
Octal35610135012312217713012
Binary1110111010001011101010100111010010111111110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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