#28AA00

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

Shades of Kelly Green #28AA00

Tints of Kelly Green #28AA00

Color information

#28AA00 (or 0x28AA00) is unknown color: approx Kelly Green. HEX triplet: 28, AA and 00. RGB value is (40,170,0). Sum of RGB (Red+Green+Blue) = 40+170+0=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 170 (66.80% from 255 or 80.95% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AA00 is #D755FF. Grayscale: #707070. Windows color (decimal): -14112256 or 43560. OLE color: 43560.

HSL color Cylindrical-coordinate representation of color #28AA00: hue angle of 105.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #28AA00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB401700-
CMYK0.76010.33
HSL105.88º100%33.33%-
HSV(B)105.88º100%66.67%-
XYZ15.2529.24.83-
YUV111.7564.9376.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.05%
GREEN value IS 170 (66.80% from 255) = 80.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.05%
G=80.95%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4017000.76010.33105.8810033.33
Hex28AA04C064216a6421
Octal50252011401444115214441
Binary10100010101010010011000110010010000111010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,170,0); }

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

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

 a { background-color: rgb(40,170,0); }

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

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

 span { border-color: rgb(40,170,0); }

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