Html Css Color HEX #003A32 Dark Green

📋 copy color: '#003A32'

red 0 ◦ green 58 ◦ blue 50

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

Shades of Dark Green #003A32

Tints of Dark Green #003A32

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 58 (23.05% from 255) = 53.7%

 BLUE value IS 50 (19.92% from 255) = 46.3%

R = 0%
G = 53.7%
B = 46.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.77

RGB Variations

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

Color information

#003A32 (or 0x003A32) is known color: Dark Green. HEX triplet: 00, 3A and 32. RGB value is (0,58,50). Sum of RGB (Red+Green+Blue) = 0+58+50=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 58 (23.05% from 255 or 53.70% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 58 - color contains mainly: green. Hex color #003A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A32 is #FFC5CD. Grayscale: #272727. Windows color (decimal): -16762318 or 3291648. OLE color: 3291648.

HSL color Cylindrical-coordinate representation of color #003A32: hue angle of 171.72º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A32 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 58 50 -
CMYK 1 0 0.14 0.77
HSL 171.72º 1% 0.11% -
HSV(B) 171.72º 1% 0.23% -
XYZ 2.09 3.26 3.54 -
YUV 39.75 133.78 99.65 -
System Red Green Blue C M Y K H S L
Decimal 0 58 50 1 0 0.14 0.77 171.72 1 0.11
Hex 0 3A 32 64 0 E 4D AC 64 B
Octal 0 72 62 144 0 16 115 254 144 13
Binary 0 111010 110010 1100100 0 1110 1001101 10101100 1100100 1011

Color Harmonies of #003A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A32

Black with #003A32

Text Example


Text Example

White with #003A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003A32; }

 p { color: rgb(0,58,50); }

 H1.HeaderClassName
 {
   color: #003A32;
 }
 .AnyTagClassName
 {
   color: #003A32;
 }
</style>

background-color css

<style>
 a { background-color: #003A32; }

 a { background-color: rgb(0,58,50); }

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

border-color css

<style>
 span { border-color: #003A32; }

 span { border-color: rgb(0,58,50); }

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