Html Css Color HEX #01221E Dark Green

📋 copy color: '#01221E'

red 1 ◦ green 34 ◦ blue 30

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

Shades of Dark Green #01221E

Tints of Dark Green #01221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 46.15%

R = 1.54%
G = 52.31%
B = 46.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#01221E (or 0x01221E) is known color: Dark Green. HEX triplet: 01, 22 and 1E. RGB value is (1,34,30). Sum of RGB (Red+Green+Blue) = 1+34+30=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 34 (13.67% from 255 or 52.31% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 34 - color contains mainly: green. Hex color #01221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01221E is #FEDDE1. Grayscale: #171717. Windows color (decimal): -16702946 or 1974785. OLE color: 1974785.

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

Color convert

RGB 1 34 30 -
CMYK 0.97 0 0.12 0.87
HSL 172.73º 0.94% 0.07% -
HSV(B) 172.73º 0.97% 0.13% -
XYZ 0.82 1.24 1.43 -
YUV 23.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 1 34 30 0.97 0 0.12 0.87 172.73 0.94 0.07
Hex 1 22 1E 61 0 C 57 AD 5E 7
Octal 1 42 36 141 0 14 127 255 136 7
Binary 1 100010 11110 1100001 0 1100 1010111 10101101 1011110 111

Color Harmonies of #01221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01221E

Black with #01221E

Text Example


Text Example

White with #01221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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