#2DA911

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

Shades of Kelly Green #2DA911

Tints of Kelly Green #2DA911

Color information

#2DA911 (or 0x2DA911) is unknown color: approx Kelly Green. HEX triplet: 2D, A9 and 11. RGB value is (45,169,17). Sum of RGB (Red+Green+Blue) = 45+169+17=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 169 (66.41% from 255 or 73.16% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA911 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA911 is #D256EE. Grayscale: #737373. Windows color (decimal): -13784815 or 1157421. OLE color: 1157421.

HSL color Cylindrical-coordinate representation of color #2DA911: hue angle of 108.95º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2DA911 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB4516917-
CMYK0.7300.900.34
HSL108.95º81.72%36.47%-
HSV(B)108.95º89.94%66.27%-
XYZ15.3728.975.31-
YUV114.672.9278.36-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.48%
GREEN value IS 169 (66.41% from 255) = 73.16%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=19.48%
G=73.16%
B=7.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal45169170.7300.900.34108.9581.7236.47
Hex2DA9114905A226d5224
Octal552512111101324215512244
Binary101101101010011000110010010101101010001011011011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DA911; }

 p { color: rgb(45,169,17); }

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

<style>
 a { background-color: #2DA911; }

 a { background-color: rgb(45,169,17); }

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

<style>
 span { border-color: #2DA911; }

 span { border-color: rgb(45,169,17); }

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