#032C14

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

Shades of Dark Green #032C14

Tints of Dark Green #032C14

Color information

#032C14 (or 0x032C14) is unknown color: approx Dark Green. HEX triplet: 03, 2C and 14. RGB value is (3,44,20). Sum of RGB (Red+Green+Blue) = 3+44+20=67 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.48% from 67); Green value is 44 (17.58% from 255 or 65.67% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 44 - color contains mainly: green. Hex color #032C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032C14 is #FCD3EB. Grayscale: #1D1D1D. Windows color (decimal): -16569324 or 1321987. OLE color: 1321987.

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

Color convert

RGB34420-
CMYK0.9300.550.83
HSL144.88º87.23%9.22%-
HSV(B)144.88º93.18%17.25%-
XYZ1.061.870.97-
YUV29122.92109.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.48%
GREEN value IS 44 (17.58% from 255) = 65.67%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=4.48%
G=65.67%
B=29.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal344200.9300.550.83144.8887.239.22
Hex32C145D0375391579
Octal3542413506712322112711
Binary11101100101001011101011011110100111001000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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