#02A92E

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

Shades of Dark Pastel Green #02A92E

Tints of Dark Pastel Green #02A92E

Color information

#02A92E (or 0x02A92E) is unknown color: approx Dark Pastel Green. HEX triplet: 02, A9 and 2E. RGB value is (2,169,46). Sum of RGB (Red+Green+Blue) = 2+169+46=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 169 (66.41% from 255 or 77.88% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 169 - color contains mainly: green. Hex color #02A92E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A92E is #FD56D1. Grayscale: #696969. Windows color (decimal): -16602834 or 3057922. OLE color: 3057922.

HSL color Cylindrical-coordinate representation of color #02A92E: hue angle of 135.81º 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 #02A92E is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB216946-
CMYK0.9900.730.34
HSL135.81º97.66%33.53%-
HSV(B)135.81º98.82%66.27%-
XYZ14.7128.597.33-
YUV105.0494.6754.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.92%
GREEN value IS 169 (66.41% from 255) = 77.88%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=0.92%
G=77.88%
B=21.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal2169460.9900.730.34135.8197.6633.53
Hex2A92E6304922886222
Octal22515614301114221014242
Binary1010101001101110110001101001001100010100010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A92E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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