Html Css Color HEX #032E28 Dark Green

📋 copy color: '#032E28'

red 3 ◦ green 46 ◦ blue 40

#032E28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #032E28

Tints of Dark Green #032E28

RGB

 RED value IS 3 (1.56% from 255) = 3.37%

 GREEN value IS 46 (18.36% from 255) = 51.69%

 BLUE value IS 40 (16.02% from 255) = 44.94%

R = 3.37%
G = 51.69%
B = 44.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#032E28 (or 0x032E28) is known color: Dark Green. HEX triplet: 03, 2E and 28. RGB value is (3,46,40). Sum of RGB (Red+Green+Blue) = 3+46+40=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 46 (18.36% from 255 or 51.69% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 46 - color contains mainly: green. Hex color #032E28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E28 is #FCD1D7. Grayscale: #202020. Windows color (decimal): -16568792 or 2633219. OLE color: 2633219.

HSL color Cylindrical-coordinate representation of color #032E28: hue angle of 171.63º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032E28 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB 3 46 40 -
CMYK 0.93 0 0.13 0.82
HSL 171.63º 0.88% 0.1% -
HSV(B) 171.63º 0.93% 0.18% -
XYZ 1.4 2.13 2.34 -
YUV 32.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 3 46 40 0.93 0 0.13 0.82 171.63 0.88 0.1
Hex 3 2E 28 5D 0 D 52 AC 58 A
Octal 3 56 50 135 0 15 122 254 130 12
Binary 11 101110 101000 1011101 0 1101 1010010 10101100 1011000 1010

Color Harmonies of #032E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E28

Black with #032E28

Text Example


Text Example

White with #032E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,46,40); }

 H1.HeaderClassName
 {
   color: #032E28;
 }
 .AnyTagClassName
 {
   color: #032E28;
 }
</style>

background-color css

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

 a { background-color: rgb(3,46,40); }

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

border-color css

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

 span { border-color: rgb(3,46,40); }

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