#032F15

Color #032F15 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #032F15

Tints of Dark Green #032F15

Color information

#032F15 (or 0x032F15) is unknown color: approx Dark Green. HEX triplet: 03, 2F and 15. RGB value is (3,47,21). Sum of RGB (Red+Green+Blue) = 3+47+21=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 47 (18.75% from 255 or 66.20% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 47 - color contains mainly: green. Hex color #032F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032F15 is #FCD0EA. Grayscale: #1E1E1E. Windows color (decimal): -16568555 or 1388291. OLE color: 1388291.

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

Color convert

RGB34721-
CMYK0.9400.550.82
HSL144.55º88%9.8%-
HSV(B)144.55º93.62%18.43%-
XYZ1.192.111.05-
YUV30.88122.42108.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.23%
GREEN value IS 47 (18.75% from 255) = 66.20%
BLUE value IS 21 (8.59% from 255) = 29.58%
R=4.23%
G=66.20%
B=29.58%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal347210.9400.550.82144.55889.8
Hex32F155E037529158a
Octal3572513606712222113012
Binary11101111101011011110011011110100101001000110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,47,21); }

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

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

 a { background-color: rgb(3,47,21); }

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

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

 span { border-color: rgb(3,47,21); }

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