Html Css Color HEX #01DF2F Dark Pastel Green

📋 copy color: '#01DF2F'

red 1 ◦ green 223 ◦ blue 47

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

Shades of Dark Pastel Green #01DF2F

Tints of Dark Pastel Green #01DF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.34%

R = 0.37%
G = 82.29%
B = 17.34%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#01DF2F (or 0x01DF2F) is known color: Dark Pastel Green. HEX triplet: 01, DF and 2F. RGB value is (1,223,47). Sum of RGB (Red+Green+Blue) = 1+223+47=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 223 (87.5% from 255 or 82.29% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DF2F is #FE20D0. Grayscale: #898989. Windows color (decimal): -16654545 or 3137281. OLE color: 3137281.

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

Color convert

RGB 1 223 47 -
CMYK 1.00 0 0.79 0.13
HSL 132.43º 0.99% 0.44% -
HSV(B) 132.43º 1% 0.87% -
XYZ 26.91 52.99 11.5 -
YUV 136.56 77.45 31.31 -
System Red Green Blue C M Y K H S L
Decimal 1 223 47 1.00 0 0.79 0.13 132.43 0.99 0.44
Hex 1 DF 2F 64 0 4F D 84 63 2C
Octal 1 337 57 144 0 117 15 204 143 54
Binary 1 11011111 101111 1100100 0 1001111 1101 10000100 1100011 101100

Color Harmonies of #01DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF2F

Black with #01DF2F

Text Example


Text Example

White with #01DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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