Html Css Color HEX #01D22E Dark Pastel Green

📋 copy color: '#01D22E'

red 1 ◦ green 210 ◦ blue 46

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

Shades of Dark Pastel Green #01D22E

Tints of Dark Pastel Green #01D22E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 81.71%

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 0.39%
G = 81.71%
B = 17.9%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#01D22E (or 0x01D22E) is known color: Dark Pastel Green. HEX triplet: 01, D2 and 2E. RGB value is (1,210,46). Sum of RGB (Red+Green+Blue) = 1+210+46=257 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 257); Green value is 210 (82.42% from 255 or 81.71% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 210 - color contains mainly: green. Hex color #01D22E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D22E is #FE2DD1. Grayscale: #818181. Windows color (decimal): -16657874 or 3068417. OLE color: 3068417.

HSL color Cylindrical-coordinate representation of color #01D22E: hue angle of 132.92º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D22E is Cyan = 1.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 1 210 46 -
CMYK 1.00 0 0.78 0.18
HSL 132.92º 0.99% 0.41% -
HSV(B) 132.92º 1% 0.82% -
XYZ 23.55 46.3 10.28 -
YUV 128.81 81.26 36.84 -
System Red Green Blue C M Y K H S L
Decimal 1 210 46 1.00 0 0.78 0.18 132.92 0.99 0.41
Hex 1 D2 2E 64 0 4E 12 85 63 29
Octal 1 322 56 144 0 116 22 205 143 51
Binary 1 11010010 101110 1100100 0 1001110 10010 10000101 1100011 101001

Color Harmonies of #01D22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D22E

Black with #01D22E

Text Example


Text Example

White with #01D22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01D22E; }

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

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

background-color css

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

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

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

border-color css

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

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

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