#02A929

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

Shades of Dark Pastel Green #02A929

Tints of Dark Pastel Green #02A929

Color information

#02A929 (or 0x02A929) is unknown color: approx Dark Pastel Green. HEX triplet: 02, A9 and 29. RGB value is (2,169,41). Sum of RGB (Red+Green+Blue) = 2+169+41=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 169 (66.41% from 255 or 79.72% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 169 - color contains mainly: green. Hex color #02A929 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A929 is #FD56D6. Grayscale: #686868. Windows color (decimal): -16602839 or 2730242. OLE color: 2730242.

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

Color convert

RGB216941-
CMYK0.9900.760.34
HSL134.01º97.66%33.53%-
HSV(B)134.01º98.82%66.27%-
XYZ14.6128.556.84-
YUV104.4892.1754.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 169 (66.41% from 255) = 79.72%
BLUE value IS 41 (16.41% from 255) = 19.34%
R=0.94%
G=79.72%
B=19.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal2169410.9900.760.34134.0197.6633.53
Hex2A9296304C22866222
Octal22515114301144220614242
Binary1010101001101001110001101001100100010100001101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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