#032D13

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

Shades of Dark Green #032D13

Tints of Dark Green #032D13

Color information

#032D13 (or 0x032D13) is unknown color: approx Dark Green. HEX triplet: 03, 2D and 13. RGB value is (3,45,19). Sum of RGB (Red+Green+Blue) = 3+45+19=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 45 (17.97% from 255 or 67.16% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 45 - color contains mainly: green. Hex color #032D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032D13 is #FCD2EC. Grayscale: #1D1D1D. Windows color (decimal): -16569069 or 1256707. OLE color: 1256707.

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

Color convert

RGB34519-
CMYK0.9300.580.82
HSL142.86º87.5%9.41%-
HSV(B)142.86º93.33%17.65%-
XYZ1.091.940.93-
YUV29.48122.09109.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 45 (17.97% from 255) = 67.16%
BLUE value IS 19 (7.81% from 255) = 28.36%
R=4.48%
G=67.16%
B=28.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal345190.9300.580.82142.8687.59.41
Hex32D135D03A528f589
Octal3552313507212221713011
Binary11101101100111011101011101010100101000111110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,45,19); }

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

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

 a { background-color: rgb(3,45,19); }

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

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

 span { border-color: rgb(3,45,19); }

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