#032915

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

Shades of Dark Green #032915

Tints of Dark Green #032915

Color information

#032915 (or 0x032915) is unknown color: approx Dark Green. HEX triplet: 03, 29 and 15. RGB value is (3,41,21). Sum of RGB (Red+Green+Blue) = 3+41+21=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 41 (16.41% from 255 or 63.08% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 41 - color contains mainly: green. Hex color #032915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032915 is #FCD6EA. Grayscale: #1B1B1B. Windows color (decimal): -16570091 or 1386755. OLE color: 1386755.

HSL color Cylindrical-coordinate representation of color #032915: hue angle of 148.42º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032915 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.84.

Color convert

RGB34121-
CMYK0.9300.490.84
HSL148.42º86.36%8.63%-
HSV(B)148.42º92.68%16.08%-
XYZ0.971.660.98-
YUV27.36124.41110.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.62%
GREEN value IS 41 (16.41% from 255) = 63.08%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=4.62%
G=63.08%
B=32.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal341210.9300.490.84148.4286.368.63
Hex329155D0315494569
Octal3512513506112422412611
Binary11101001101011011101011000110101001001010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032915; }

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

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

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

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

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

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

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

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