#02A92F

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

Shades of Dark Pastel Green #02A92F

Tints of Dark Pastel Green #02A92F

Color information

#02A92F (or 0x02A92F) is unknown color: approx Dark Pastel Green. HEX triplet: 02, A9 and 2F. RGB value is (2,169,47). Sum of RGB (Red+Green+Blue) = 2+169+47=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 169 (66.41% from 255 or 77.52% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 169 - color contains mainly: green. Hex color #02A92F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A92F is #FD56D0. Grayscale: #696969. Windows color (decimal): -16602833 or 3123458. OLE color: 3123458.

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

Color convert

RGB216947-
CMYK0.9900.720.34
HSL136.17º97.66%33.53%-
HSV(B)136.17º98.82%66.27%-
XYZ14.7328.597.43-
YUV105.1695.1754.42-

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.52%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=0.92%
G=77.52%
B=21.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal2169470.9900.720.34136.1797.6633.53
Hex2A92F6304822886222
Octal22515714301104221014242
Binary1010101001101111110001101001000100010100010001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02A92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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