#28AA01

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

Shades of Kelly Green #28AA01

Tints of Kelly Green #28AA01

Color information

#28AA01 (or 0x28AA01) is unknown color: approx Kelly Green. HEX triplet: 28, AA and 01. RGB value is (40,170,1). Sum of RGB (Red+Green+Blue) = 40+170+1=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 170 (66.80% from 255 or 80.57% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 170 - color contains mainly: green. Hex color #28AA01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AA01 is #D755FE. Grayscale: #707070. Windows color (decimal): -14112255 or 109096. OLE color: 109096.

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

Color convert

RGB401701-
CMYK0.7600.990.33
HSL106.15º98.83%33.53%-
HSV(B)106.15º99.41%66.67%-
XYZ15.2629.24.86-
YUV111.8665.4376.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.96%
GREEN value IS 170 (66.80% from 255) = 80.57%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=18.96%
G=80.57%
B=0.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4017010.7600.990.33106.1598.8333.53
Hex28AA14C063216a6322
Octal50252111401434115214342
Binary10100010101010110011000110001110000111010101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28AA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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