#032C0F

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

Shades of Dark Green #032C0F

Tints of Dark Green #032C0F

Color information

#032C0F (or 0x032C0F) is unknown color: approx Dark Green. HEX triplet: 03, 2C and 0F. RGB value is (3,44,15). Sum of RGB (Red+Green+Blue) = 3+44+15=62 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.84% from 62); Green value is 44 (17.58% from 255 or 70.97% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 44 - color contains mainly: green. Hex color #032C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032C0F is #FCD3F0. Grayscale: #1C1C1C. Windows color (decimal): -16569329 or 994307. OLE color: 994307.

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

Color convert

RGB34415-
CMYK0.9300.660.83
HSL137.56º87.23%9.22%-
HSV(B)137.56º93.18%17.25%-
XYZ1.021.860.76-
YUV28.44120.42109.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.84%
GREEN value IS 44 (17.58% from 255) = 70.97%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=4.84%
G=70.97%
B=24.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal344150.9300.660.83137.5687.239.22
Hex32CF5D042538a579
Octal35417135010212321212711
Binary11101100111110111010100001010100111000101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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