Html Css Color HEX #003932 Dark Green

📋 copy color: '#003932'

red 0 ◦ green 57 ◦ blue 50

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

Shades of Dark Green #003932

Tints of Dark Green #003932

RGB

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

 GREEN value IS 57 (22.66% from 255) = 53.27%

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

R = 0%
G = 53.27%
B = 46.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#003932 (or 0x003932) is known color: Dark Green. HEX triplet: 00, 39 and 32. RGB value is (0,57,50). Sum of RGB (Red+Green+Blue) = 0+57+50=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #003932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003932 is #FFC6CD. Grayscale: #272727. Windows color (decimal): -16762574 or 3291392. OLE color: 3291392.

HSL color Cylindrical-coordinate representation of color #003932: hue angle of 172.63º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003932 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 57 50 -
CMYK 1 0 0.12 0.78
HSL 172.63º 1% 0.11% -
HSV(B) 172.63º 1% 0.22% -
XYZ 2.04 3.16 3.52 -
YUV 39.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 0 57 50 1 0 0.12 0.78 172.63 1 0.11
Hex 0 39 32 64 0 C 4E AD 64 B
Octal 0 71 62 144 0 14 116 255 144 13
Binary 0 111001 110010 1100100 0 1100 1001110 10101101 1100100 1011

Color Harmonies of #003932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003932

Black with #003932

Text Example


Text Example

White with #003932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003932; }

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

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

background-color css

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

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

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

border-color css

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

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

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