Html Css Color HEX #01221C Dark Green

📋 copy color: '#01221C'

red 1 ◦ green 34 ◦ blue 28

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

Shades of Dark Green #01221C

Tints of Dark Green #01221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 44.44%

R = 1.59%
G = 53.97%
B = 44.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.18

 K value IS 0.87

RGB Variations

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

Color information

#01221C (or 0x01221C) is known color: Dark Green. HEX triplet: 01, 22 and 1C. RGB value is (1,34,28). Sum of RGB (Red+Green+Blue) = 1+34+28=63 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.59% from 63); Green value is 34 (13.67% from 255 or 53.97% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 34 - color contains mainly: green. Hex color #01221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01221C is #FEDDE3. Grayscale: #171717. Windows color (decimal): -16702948 or 1843713. OLE color: 1843713.

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

Color convert

RGB 1 34 28 -
CMYK 0.97 0 0.18 0.87
HSL 169.09º 0.94% 0.07% -
HSV(B) 169.09º 0.97% 0.13% -
XYZ 0.79 1.23 1.3 -
YUV 23.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 1 34 28 0.97 0 0.18 0.87 169.09 0.94 0.07
Hex 1 22 1C 61 0 12 57 A9 5E 7
Octal 1 42 34 141 0 22 127 251 136 7
Binary 1 100010 11100 1100001 0 10010 1010111 10101001 1011110 111

Color Harmonies of #01221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01221C

Black with #01221C

Text Example


Text Example

White with #01221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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