#01D928

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

Shades of Dark Pastel Green #01D928

Tints of Dark Pastel Green #01D928

Color information

#01D928 (or 0x01D928) is unknown color: approx Dark Pastel Green. HEX triplet: 01, D9 and 28. RGB value is (1,217,40). Sum of RGB (Red+Green+Blue) = 1+217+40=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 217 (85.16% from 255 or 84.11% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 217 - color contains mainly: green. Hex color #01D928 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D928 is #FE26D7. Grayscale: #848484. Windows color (decimal): -16656088 or 2676993. OLE color: 2676993.

HSL color Cylindrical-coordinate representation of color #01D928: hue angle of 130.83º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D928 is Cyan = 1.00, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB121740-
CMYK1.0000.820.15
HSL130.83º99.08%42.75%-
HSV(B)130.83º99.54%85.1%-
XYZ25.2149.7910.29-
YUV132.2475.9434.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 217 (85.16% from 255) = 84.11%
BLUE value IS 40 (16.02% from 255) = 15.50%
R=0.39%
G=84.11%
B=15.50%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1217401.0000.820.15130.8399.0842.75
Hex1D92864052F83632b
Octal13315014401221720314353
Binary1110110011010001100100010100101111100000111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,217,40); }

 H1.HeaderClassName
 {
   color: #01D928;
 }
 .AnyTagClassName
 {
   color: #01D928;
 }
</style>
background-color css

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

 a { background-color: rgb(1,217,40); }

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

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

 span { border-color: rgb(1,217,40); }

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