Html Css Color HEX #01201B Dark Green

📋 copy color: '#01201B'

red 1 ◦ green 32 ◦ blue 27

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

Shades of Dark Green #01201B

Tints of Dark Green #01201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 45%

R = 1.67%
G = 53.33%
B = 45%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#01201B (or 0x01201B) is known color: Dark Green. HEX triplet: 01, 20 and 1B. RGB value is (1,32,27). Sum of RGB (Red+Green+Blue) = 1+32+27=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #01201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01201B is #FEDFE4. Grayscale: #161616. Windows color (decimal): -16703461 or 1777665. OLE color: 1777665.

HSL color Cylindrical-coordinate representation of color #01201B: hue angle of 170.32º 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 #01201B is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 32 27 -
CMYK 0.97 0 0.16 0.87
HSL 170.32º 0.94% 0.06% -
HSV(B) 170.32º 0.97% 0.13% -
XYZ 0.73 1.12 1.21 -
YUV 22.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 1 32 27 0.97 0 0.16 0.87 170.32 0.94 0.06
Hex 1 20 1B 61 0 10 57 AA 5E 6
Octal 1 40 33 141 0 20 127 252 136 6
Binary 1 100000 11011 1100001 0 10000 1010111 10101010 1011110 110

Color Harmonies of #01201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01201B

Black with #01201B

Text Example


Text Example

White with #01201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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