Html Css Color HEX #01DD2D Dark Pastel Green

📋 copy color: '#01DD2D'

red 1 ◦ green 221 ◦ blue 45

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

Shades of Dark Pastel Green #01DD2D

Tints of Dark Pastel Green #01DD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 0.37%
G = 82.77%
B = 16.85%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#01DD2D (or 0x01DD2D) is known color: Dark Pastel Green. HEX triplet: 01, DD and 2D. RGB value is (1,221,45). Sum of RGB (Red+Green+Blue) = 1+221+45=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 221 (86.72% from 255 or 82.77% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD2D is #FE22D2. Grayscale: #878787. Windows color (decimal): -16655059 or 3005697. OLE color: 3005697.

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

Color convert

RGB 1 221 45 -
CMYK 1.00 0 0.80 0.13
HSL 132º 0.99% 0.44% -
HSV(B) 132º 1% 0.87% -
XYZ 26.34 51.91 11.11 -
YUV 135.16 77.11 32.31 -
System Red Green Blue C M Y K H S L
Decimal 1 221 45 1.00 0 0.80 0.13 132 0.99 0.44
Hex 1 DD 2D 64 0 50 D 84 63 2C
Octal 1 335 55 144 0 120 15 204 143 54
Binary 1 11011101 101101 1100100 0 1010000 1101 10000100 1100011 101100

Color Harmonies of #01DD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD2D

Black with #01DD2D

Text Example


Text Example

White with #01DD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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