Html Css Color HEX #012120 Dark Green

📋 copy color: '#012120'

red 1 ◦ green 33 ◦ blue 32

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

Shades of Dark Green #012120

Tints of Dark Green #012120

RGB

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

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

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

R = 1.52%
G = 50%
B = 48.48%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#012120 (or 0x012120) is known color: Dark Green. HEX triplet: 01, 21 and 20. RGB value is (1,33,32). Sum of RGB (Red+Green+Blue) = 1+33+32=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 33 (13.28% from 255 or 50% from 66); Blue value is 32 (12.89% from 255 or 48.48% from 66); Max value from RGB is 33 - color contains mainly: green. Hex color #012120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012120 is #FEDEDF. Grayscale: #171717. Windows color (decimal): -16703200 or 2105601. OLE color: 2105601.

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

Color convert

RGB 1 33 32 -
CMYK 0.97 0 0.03 0.87
HSL 178.13º 0.94% 0.07% -
HSV(B) 178.13º 0.97% 0.13% -
XYZ 0.82 1.2 1.55 -
YUV 23.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 1 33 32 0.97 0 0.03 0.87 178.13 0.94 0.07
Hex 1 21 20 61 0 3 57 B2 5E 7
Octal 1 41 40 141 0 3 127 262 136 7
Binary 1 100001 100000 1100001 0 11 1010111 10110010 1011110 111

Color Harmonies of #012120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012120

Black with #012120

Text Example


Text Example

White with #012120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012120; }

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

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

background-color css

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

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

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

border-color css

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

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

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