Html Css Color HEX #01DE28 Dark Pastel Green

📋 copy color: '#01DE28'

red 1 ◦ green 222 ◦ blue 40

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

Shades of Dark Pastel Green #01DE28

Tints of Dark Pastel Green #01DE28

RGB

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

 GREEN value IS 222 (87.11% from 255) = 84.41%

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 0.38%
G = 84.41%
B = 15.21%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#01DE28 (or 0x01DE28) is known color: Dark Pastel Green. HEX triplet: 01, DE and 28. RGB value is (1,222,40). Sum of RGB (Red+Green+Blue) = 1+222+40=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 222 (87.11% from 255 or 84.41% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DE28 is #FE21D7. Grayscale: #878787. Windows color (decimal): -16654808 or 2678273. OLE color: 2678273.

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

Color convert

RGB 1 222 40 -
CMYK 1.00 0 0.82 0.13
HSL 130.59º 0.99% 0.44% -
HSV(B) 130.59º 1% 0.87% -
XYZ 26.52 52.4 10.72 -
YUV 135.17 74.28 32.3 -
System Red Green Blue C M Y K H S L
Decimal 1 222 40 1.00 0 0.82 0.13 130.59 0.99 0.44
Hex 1 DE 28 64 0 52 D 83 63 2C
Octal 1 336 50 144 0 122 15 203 143 54
Binary 1 11011110 101000 1100100 0 1010010 1101 10000011 1100011 101100

Color Harmonies of #01DE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DE28

Black with #01DE28

Text Example


Text Example

White with #01DE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,222,40); }

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

background-color css

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

 a { background-color: rgb(1,222,40); }

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

border-color css

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

 span { border-color: rgb(1,222,40); }

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