#05A929

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

Shades of Dark Pastel Green #05A929

Tints of Dark Pastel Green #05A929

Color information

#05A929 (or 0x05A929) is unknown color: approx Dark Pastel Green. HEX triplet: 05, A9 and 29. RGB value is (5,169,41). Sum of RGB (Red+Green+Blue) = 5+169+41=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 169 (66.41% from 255 or 78.60% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 169 - color contains mainly: green. Hex color #05A929 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A929 is #FA56D6. Grayscale: #696969. Windows color (decimal): -16406231 or 2730245. OLE color: 2730245.

HSL color Cylindrical-coordinate representation of color #05A929: hue angle of 133.17º 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 #05A929 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB516941-
CMYK0.9700.760.34
HSL133.17º94.25%34.12%-
HSV(B)133.17º97.04%66.27%-
XYZ14.6528.576.84-
YUV105.3791.6756.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.33%
GREEN value IS 169 (66.41% from 255) = 78.60%
BLUE value IS 41 (16.41% from 255) = 19.07%
R=2.33%
G=78.60%
B=19.07%

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
Decimal5169410.9700.760.34133.1794.2534.12
Hex5A9296104C22855e22
Octal52515114101144220513642
Binary10110101001101001110000101001100100010100001011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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