Html Css Color HEX #012420 Dark Green

📋 copy color: '#012420'

red 1 ◦ green 36 ◦ blue 32

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

Shades of Dark Green #012420

Tints of Dark Green #012420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 52.17%

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

R = 1.45%
G = 52.17%
B = 46.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#012420 (or 0x012420) is known color: Dark Green. HEX triplet: 01, 24 and 20. RGB value is (1,36,32). Sum of RGB (Red+Green+Blue) = 1+36+32=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 36 (14.45% from 255 or 52.17% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 36 - color contains mainly: green. Hex color #012420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012420 is #FEDBDF. Grayscale: #191919. Windows color (decimal): -16702432 or 2106369. OLE color: 2106369.

HSL color Cylindrical-coordinate representation of color #012420: hue angle of 173.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012420 is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 36 32 -
CMYK 0.97 0 0.11 0.86
HSL 173.14º 0.95% 0.07% -
HSV(B) 173.14º 0.97% 0.14% -
XYZ 0.9 1.37 1.58 -
YUV 25.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 1 36 32 0.97 0 0.11 0.86 173.14 0.95 0.07
Hex 1 24 20 61 0 B 56 AD 5F 7
Octal 1 44 40 141 0 13 126 255 137 7
Binary 1 100100 100000 1100001 0 1011 1010110 10101101 1011111 111

Color Harmonies of #012420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012420

Black with #012420

Text Example


Text Example

White with #012420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012420; }

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

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

background-color css

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

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

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

border-color css

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

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

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