#032A1C

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

Shades of Dark Green #032A1C

Tints of Dark Green #032A1C

Color information

#032A1C (or 0x032A1C) is unknown color: approx Dark Green. HEX triplet: 03, 2A and 1C. RGB value is (3,42,28). Sum of RGB (Red+Green+Blue) = 3+42+28=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 42 (16.80% from 255 or 57.53% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 42 - color contains mainly: green. Hex color #032A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A1C is #FCD5E3. Grayscale: #1C1C1C. Windows color (decimal): -16569828 or 1845763. OLE color: 1845763.

HSL color Cylindrical-coordinate representation of color #032A1C: hue angle of 158.46º degrees, saturation: 0.87, 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 #032A1C is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB34228-
CMYK0.9300.330.84
HSL158.46º86.67%8.82%-
HSV(B)158.46º92.86%16.47%-
XYZ1.081.761.38-
YUV28.74127.58109.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.11%
GREEN value IS 42 (16.80% from 255) = 57.53%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=4.11%
G=57.53%
B=38.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal342280.9300.330.84158.4686.678.82
Hex32A1C5D021549e579
Octal3523413504112423612711
Binary11101010111001011101010000110101001001111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,42,28); }

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

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

 a { background-color: rgb(3,42,28); }

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

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

 span { border-color: rgb(3,42,28); }

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