#05A82A

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

Shades of Dark Pastel Green #05A82A

Tints of Dark Pastel Green #05A82A

Color information

#05A82A (or 0x05A82A) is unknown color: approx Dark Pastel Green. HEX triplet: 05, A8 and 2A. RGB value is (5,168,42). Sum of RGB (Red+Green+Blue) = 5+168+42=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 168 (66.02% from 255 or 78.14% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 168 - color contains mainly: green. Hex color #05A82A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A82A is #FA57D5. Grayscale: #696969. Windows color (decimal): -16406486 or 2795525. OLE color: 2795525.

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

Color convert

RGB516842-
CMYK0.9700.750.34
HSL133.62º94.22%33.92%-
HSV(B)133.62º97.02%65.88%-
XYZ14.4828.26.87-
YUV104.992.556.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.33%
GREEN value IS 168 (66.02% from 255) = 78.14%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=2.33%
G=78.14%
B=19.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5168420.9700.750.34133.6294.2233.92
Hex5A82A6104B22865e22
Octal52505214101134220613642
Binary10110101000101010110000101001011100010100001101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,168,42); }

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

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

 a { background-color: rgb(5,168,42); }

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

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

 span { border-color: rgb(5,168,42); }

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