#032B14

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

Shades of Dark Green #032B14

Tints of Dark Green #032B14

Color information

#032B14 (or 0x032B14) is unknown color: approx Dark Green. HEX triplet: 03, 2B and 14. RGB value is (3,43,20). Sum of RGB (Red+Green+Blue) = 3+43+20=66 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.55% from 66); Green value is 43 (17.19% from 255 or 65.15% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 43 - color contains mainly: green. Hex color #032B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032B14 is #FCD4EB. Grayscale: #1C1C1C. Windows color (decimal): -16569580 or 1321731. OLE color: 1321731.

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

Color convert

RGB34320-
CMYK0.9300.530.83
HSL145.5º86.96%9.02%-
HSV(B)145.5º93.02%16.86%-
XYZ1.031.80.95-
YUV28.42123.25109.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.55%
GREEN value IS 43 (17.19% from 255) = 65.15%
BLUE value IS 20 (8.20% from 255) = 30.30%
R=4.55%
G=65.15%
B=30.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal343200.9300.530.83145.586.969.02
Hex32B145D0355392579
Octal3532413506512322212711
Binary11101011101001011101011010110100111001001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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