Html Css Color HEX #003120 Dark Green

📋 copy color: '#003120'

red 0 ◦ green 49 ◦ blue 32

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

Shades of Dark Green #003120

Tints of Dark Green #003120

RGB

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

 GREEN value IS 49 (19.53% from 255) = 60.49%

 BLUE value IS 32 (12.89% from 255) = 39.51%

R = 0%
G = 60.49%
B = 39.51%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#003120 (or 0x003120) is known color: Dark Green. HEX triplet: 00, 31 and 20. RGB value is (0,49,32). Sum of RGB (Red+Green+Blue) = 0+49+32=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 49 (19.53% from 255 or 60.49% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 49 - color contains mainly: green. Hex color #003120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003120 is #FFCEDF. Grayscale: #202020. Windows color (decimal): -16764640 or 2109696. OLE color: 2109696.

HSL color Cylindrical-coordinate representation of color #003120: hue angle of 159.18º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003120 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 49 32 -
CMYK 1 0 0.35 0.81
HSL 159.18º 1% 0.1% -
HSV(B) 159.18º 1% 0.19% -
XYZ 1.36 2.3 1.74 -
YUV 32.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 0 49 32 1 0 0.35 0.81 159.18 1 0.1
Hex 0 31 20 64 0 23 51 9F 64 A
Octal 0 61 40 144 0 43 121 237 144 12
Binary 0 110001 100000 1100100 0 100011 1010001 10011111 1100100 1010

Color Harmonies of #003120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003120

Black with #003120

Text Example


Text Example

White with #003120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003120; }

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

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

background-color css

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

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

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

border-color css

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

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

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