#01DF2F

Color #01DF2F Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01DF2F

Tints of Dark Pastel Green #01DF2F

Color information

#01DF2F (or 0x01DF2F) is unknown color: approx 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

RGB122347-
CMYK1.0000.790.13
HSL132.43º99.11%43.92%-
HSV(B)132.43º99.55%87.45%-
XYZ26.9152.9911.5-
YUV136.5677.4531.31-

RGB Variations

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

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 (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1223471.0000.790.13132.4399.1143.92
Hex1DF2F6404FD84632c
Octal13375714401171520414354
Binary1110111111011111100100010011111101100001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>