Html Css Color HEX #012E20 Dark Green

📋 copy color: '#012E20'

red 1 ◦ green 46 ◦ blue 32

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

Shades of Dark Green #012E20

Tints of Dark Green #012E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 58.23%

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

R = 1.27%
G = 58.23%
B = 40.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.82

RGB Variations

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

Color information

#012E20 (or 0x012E20) is known color: Dark Green. HEX triplet: 01, 2E and 20. RGB value is (1,46,32). Sum of RGB (Red+Green+Blue) = 1+46+32=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 46 (18.36% from 255 or 58.23% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 46 - color contains mainly: green. Hex color #012E20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E20 is #FED1DF. Grayscale: #1E1E1E. Windows color (decimal): -16699872 or 2108929. OLE color: 2108929.

HSL color Cylindrical-coordinate representation of color #012E20: hue angle of 161.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012E20 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB 1 46 32 -
CMYK 0.98 0 0.30 0.82
HSL 161.33º 0.96% 0.09% -
HSV(B) 161.33º 0.98% 0.18% -
XYZ 1.25 2.06 1.7 -
YUV 30.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 1 46 32 0.98 0 0.30 0.82 161.33 0.96 0.09
Hex 1 2E 20 62 0 1E 52 A1 60 9
Octal 1 56 40 142 0 36 122 241 140 11
Binary 1 101110 100000 1100010 0 11110 1010010 10100001 1100000 1001

Color Harmonies of #012E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012E20

Black with #012E20

Text Example


Text Example

White with #012E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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