#28A902

Color #28A902 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #28A902

Tints of Kelly Green #28A902

Color information

#28A902 (or 0x28A902) is unknown color: approx Kelly Green. HEX triplet: 28, A9 and 02. RGB value is (40,169,2). Sum of RGB (Red+Green+Blue) = 40+169+2=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 169 (66.41% from 255 or 80.09% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 169 - color contains mainly: green. Hex color #28A902 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28A902 is #D756FD. Grayscale: #6F6F6F. Windows color (decimal): -14112510 or 174376. OLE color: 174376.

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

Color convert

RGB401692-
CMYK0.7600.990.34
HSL106.35º97.66%33.53%-
HSV(B)106.35º98.82%66.27%-
XYZ15.0728.834.83-
YUV111.3966.2677.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 169 (66.41% from 255) = 80.09%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=18.96%
G=80.09%
B=0.95%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal4016920.7600.990.34106.3597.6633.53
Hex28A924C063226a6222
Octal50251211401434215214242
Binary101000101010011010011000110001110001011010101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28A902; }

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

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

<style>
 a { background-color: #28A902; }

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

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

<style>
 span { border-color: #28A902; }

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

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