Html Css Color HEX #01DD29 Dark Pastel Green

📋 copy color: '#01DD29'

red 1 ◦ green 221 ◦ blue 41

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

Shades of Dark Pastel Green #01DD29

Tints of Dark Pastel Green #01DD29

RGB

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

 GREEN value IS 221 (86.72% from 255) = 84.03%

 BLUE value IS 41 (16.41% from 255) = 15.59%

R = 0.38%
G = 84.03%
B = 15.59%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#01DD29 (or 0x01DD29) is known color: Dark Pastel Green. HEX triplet: 01, DD and 29. RGB value is (1,221,41). Sum of RGB (Red+Green+Blue) = 1+221+41=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 221 (86.72% from 255 or 84.03% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD29 is #FE22D6. Grayscale: #878787. Windows color (decimal): -16655063 or 2743553. OLE color: 2743553.

HSL color Cylindrical-coordinate representation of color #01DD29: hue angle of 130.91º 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 #01DD29 is Cyan = 1.00, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 221 41 -
CMYK 1.00 0 0.81 0.13
HSL 130.91º 0.99% 0.44% -
HSV(B) 130.91º 1% 0.87% -
XYZ 26.27 51.88 10.73 -
YUV 134.7 75.11 32.64 -
System Red Green Blue C M Y K H S L
Decimal 1 221 41 1.00 0 0.81 0.13 130.91 0.99 0.44
Hex 1 DD 29 64 0 51 D 83 63 2C
Octal 1 335 51 144 0 121 15 203 143 54
Binary 1 11011101 101001 1100100 0 1010001 1101 10000011 1100011 101100

Color Harmonies of #01DD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD29

Black with #01DD29

Text Example


Text Example

White with #01DD29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,221,41); }

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

background-color css

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

 a { background-color: rgb(1,221,41); }

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

border-color css

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

 span { border-color: rgb(1,221,41); }

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