Html Css Color HEX #01DF2D Dark Pastel Green

📋 copy color: '#01DF2D'

red 1 ◦ green 223 ◦ blue 45

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

Shades of Dark Pastel Green #01DF2D

Tints of Dark Pastel Green #01DF2D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 82.9%

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

R = 0.37%
G = 82.9%
B = 16.73%

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

#01DF2D (or 0x01DF2D) is known color: Dark Pastel Green. HEX triplet: 01, DF and 2D. RGB value is (1,223,45). Sum of RGB (Red+Green+Blue) = 1+223+45=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 223 (87.5% from 255 or 82.90% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF2D is #FE20D2. Grayscale: #888888. Windows color (decimal): -16654547 or 3006209. OLE color: 3006209.

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

Color convert

RGB 1 223 45 -
CMYK 1.00 0 0.80 0.13
HSL 131.89º 0.99% 0.44% -
HSV(B) 131.89º 1% 0.87% -
XYZ 26.87 52.97 11.29 -
YUV 136.33 76.45 31.47 -
System Red Green Blue C M Y K H S L
Decimal 1 223 45 1.00 0 0.80 0.13 131.89 0.99 0.44
Hex 1 DF 2D 64 0 50 D 84 63 2C
Octal 1 337 55 144 0 120 15 204 143 54
Binary 1 11011111 101101 1100100 0 1010000 1101 10000100 1100011 101100

Color Harmonies of #01DF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF2D

Black with #01DF2D

Text Example


Text Example

White with #01DF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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