Html Css Color HEX #01221A Dark Green

📋 copy color: '#01221A'

red 1 ◦ green 34 ◦ blue 26

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

Shades of Dark Green #01221A

Tints of Dark Green #01221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 55.74%

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

R = 1.64%
G = 55.74%
B = 42.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.87

RGB Variations

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

Color information

#01221A (or 0x01221A) is known color: Dark Green. HEX triplet: 01, 22 and 1A. RGB value is (1,34,26). Sum of RGB (Red+Green+Blue) = 1+34+26=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #01221A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01221A is #FEDDE5. Grayscale: #171717. Windows color (decimal): -16702950 or 1712641. OLE color: 1712641.

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

Color convert

RGB 1 34 26 -
CMYK 0.97 0 0.24 0.87
HSL 165.45º 0.94% 0.07% -
HSV(B) 165.45º 0.97% 0.13% -
XYZ 0.77 1.23 1.17 -
YUV 23.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 1 34 26 0.97 0 0.24 0.87 165.45 0.94 0.07
Hex 1 22 1A 61 0 18 57 A5 5E 7
Octal 1 42 32 141 0 30 127 245 136 7
Binary 1 100010 11010 1100001 0 11000 1010111 10100101 1011110 111

Color Harmonies of #01221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01221A

Black with #01221A

Text Example


Text Example

White with #01221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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