Html Css Color HEX #003A31 Dark Green

📋 copy color: '#003A31'

red 0 ◦ green 58 ◦ blue 49

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

Shades of Dark Green #003A31

Tints of Dark Green #003A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 45.79%

R = 0%
G = 54.21%
B = 45.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.77

RGB Variations

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

Color information

#003A31 (or 0x003A31) is known color: Dark Green. HEX triplet: 00, 3A and 31. RGB value is (0,58,49). Sum of RGB (Red+Green+Blue) = 0+58+49=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 58 (23.05% from 255 or 54.21% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 58 - color contains mainly: green. Hex color #003A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003A31 is #FFC5CE. Grayscale: #272727. Windows color (decimal): -16762319 or 3226112. OLE color: 3226112.

HSL color Cylindrical-coordinate representation of color #003A31: hue angle of 170.69º 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 #003A31 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 58 49 -
CMYK 1 0 0.16 0.77
HSL 170.69º 1% 0.11% -
HSV(B) 170.69º 1% 0.23% -
XYZ 2.07 3.25 3.42 -
YUV 39.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 0 58 49 1 0 0.16 0.77 170.69 1 0.11
Hex 0 3A 31 64 0 10 4D AB 64 B
Octal 0 72 61 144 0 20 115 253 144 13
Binary 0 111010 110001 1100100 0 10000 1001101 10101011 1100100 1011

Color Harmonies of #003A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A31

Black with #003A31

Text Example


Text Example

White with #003A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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