#032C1F

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

Shades of Dark Green #032C1F

Tints of Dark Green #032C1F

Color information

#032C1F (or 0x032C1F) is unknown color: approx Dark Green. HEX triplet: 03, 2C and 1F. RGB value is (3,44,31). Sum of RGB (Red+Green+Blue) = 3+44+31=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 44 (17.58% from 255 or 56.41% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 44 - color contains mainly: green. Hex color #032C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C1F is #FCD3E0. Grayscale: #1E1E1E. Windows color (decimal): -16569313 or 2042883. OLE color: 2042883.

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

Color convert

RGB34431-
CMYK0.9300.300.83
HSL160.98º87.23%9.22%-
HSV(B)160.98º93.18%17.25%-
XYZ1.191.921.6-
YUV30.26128.42108.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 44 (17.58% from 255) = 56.41%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=3.85%
G=56.41%
B=39.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal344310.9300.300.83160.9887.239.22
Hex32C1F5D01E53a1579
Octal3543713503612324112711
Binary1110110011111101110101111010100111010000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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