Html Css Color HEX #01211A Dark Green

📋 copy color: '#01211A'

red 1 ◦ green 33 ◦ blue 26

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

Shades of Dark Green #01211A

Tints of Dark Green #01211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 55%

 BLUE value IS 26 (10.55% from 255) = 43.33%

R = 1.67%
G = 55%
B = 43.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#01211A (or 0x01211A) is known color: Dark Green. HEX triplet: 01, 21 and 1A. RGB value is (1,33,26). Sum of RGB (Red+Green+Blue) = 1+33+26=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 33 (13.28% from 255 or 55% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 33 - color contains mainly: green. Hex color #01211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01211A is #FEDEE5. Grayscale: #161616. Windows color (decimal): -16703206 or 1712385. OLE color: 1712385.

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

Color convert

RGB 1 33 26 -
CMYK 0.97 0 0.21 0.87
HSL 166.88º 0.94% 0.07% -
HSV(B) 166.88º 0.97% 0.13% -
XYZ 0.74 1.17 1.16 -
YUV 22.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 1 33 26 0.97 0 0.21 0.87 166.88 0.94 0.07
Hex 1 21 1A 61 0 15 57 A7 5E 7
Octal 1 41 32 141 0 25 127 247 136 7
Binary 1 100001 11010 1100001 0 10101 1010111 10100111 1011110 111

Color Harmonies of #01211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01211A

Black with #01211A

Text Example


Text Example

White with #01211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01211A; }

 p { color: rgb(1,33,26); }

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

background-color css

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

 a { background-color: rgb(1,33,26); }

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

border-color css

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

 span { border-color: rgb(1,33,26); }

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