#05A928

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

Shades of Dark Pastel Green #05A928

Tints of Dark Pastel Green #05A928

Color information

#05A928 (or 0x05A928) is unknown color: approx Dark Pastel Green. HEX triplet: 05, A9 and 28. RGB value is (5,169,40). Sum of RGB (Red+Green+Blue) = 5+169+40=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 169 (66.41% from 255 or 78.97% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 169 - color contains mainly: green. Hex color #05A928 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A928 is #FA56D7. Grayscale: #696969. Windows color (decimal): -16406232 or 2664709. OLE color: 2664709.

HSL color Cylindrical-coordinate representation of color #05A928: hue angle of 132.8º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A928 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB516940-
CMYK0.9700.760.34
HSL132.8º94.25%34.12%-
HSV(B)132.8º97.04%66.27%-
XYZ14.6328.566.75-
YUV105.2691.1756.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 169 (66.41% from 255) = 78.97%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=2.34%
G=78.97%
B=18.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5169400.9700.760.34132.894.2534.12
Hex5A9286104C22855e22
Octal52515014101144220513642
Binary10110101001101000110000101001100100010100001011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A928; }

 p { color: rgb(5,169,40); }

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

<style>
 a { background-color: #05A928; }

 a { background-color: rgb(5,169,40); }

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

<style>
 span { border-color: #05A928; }

 span { border-color: rgb(5,169,40); }

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