Html Css Color HEX #012220 Dark Green

📋 copy color: '#012220'

red 1 ◦ green 34 ◦ blue 32

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

Shades of Dark Green #012220

Tints of Dark Green #012220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 47.76%

R = 1.49%
G = 50.75%
B = 47.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#012220 (or 0x012220) is known color: Dark Green. HEX triplet: 01, 22 and 20. RGB value is (1,34,32). Sum of RGB (Red+Green+Blue) = 1+34+32=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #012220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012220 is #FEDDDF. Grayscale: #171717. Windows color (decimal): -16702944 or 2105857. OLE color: 2105857.

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

Color convert

RGB 1 34 32 -
CMYK 0.97 0 0.06 0.87
HSL 176.36º 0.94% 0.07% -
HSV(B) 176.36º 0.97% 0.13% -
XYZ 0.85 1.25 1.56 -
YUV 23.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 1 34 32 0.97 0 0.06 0.87 176.36 0.94 0.07
Hex 1 22 20 61 0 6 57 B0 5E 7
Octal 1 42 40 141 0 6 127 260 136 7
Binary 1 100010 100000 1100001 0 110 1010111 10110000 1011110 111

Color Harmonies of #012220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012220

Black with #012220

Text Example


Text Example

White with #012220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012220; }

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

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

background-color css

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

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

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

border-color css

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

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

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