Html Css Color HEX #01201D Dark Green

📋 copy color: '#01201D'

red 1 ◦ green 32 ◦ blue 29

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

Shades of Dark Green #01201D

Tints of Dark Green #01201D

RGB

 RED value IS 1 (0.78% from 255) = 1.61%

 GREEN value IS 32 (12.89% from 255) = 51.61%

 BLUE value IS 29 (11.72% from 255) = 46.77%

R = 1.61%
G = 51.61%
B = 46.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#01201D (or 0x01201D) is known color: Dark Green. HEX triplet: 01, 20 and 1D. RGB value is (1,32,29). Sum of RGB (Red+Green+Blue) = 1+32+29=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #01201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01201D is #FEDFE2. Grayscale: #161616. Windows color (decimal): -16703459 or 1908737. OLE color: 1908737.

HSL color Cylindrical-coordinate representation of color #01201D: hue angle of 174.19º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01201D is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 32 29 -
CMYK 0.97 0 0.09 0.87
HSL 174.19º 0.94% 0.06% -
HSV(B) 174.19º 0.97% 0.13% -
XYZ 0.75 1.13 1.34 -
YUV 22.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 1 32 29 0.97 0 0.09 0.87 174.19 0.94 0.06
Hex 1 20 1D 61 0 9 57 AE 5E 6
Octal 1 40 35 141 0 11 127 256 136 6
Binary 1 100000 11101 1100001 0 1001 1010111 10101110 1011110 110

Color Harmonies of #01201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01201D

Black with #01201D

Text Example


Text Example

White with #01201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01201D; }

 p { color: rgb(1,32,29); }

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

background-color css

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

 a { background-color: rgb(1,32,29); }

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

border-color css

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

 span { border-color: rgb(1,32,29); }

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