#2DA507

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

Shades of Kelly Green #2DA507

Tints of Kelly Green #2DA507

Color information

#2DA507 (or 0x2DA507) is unknown color: approx Kelly Green. HEX triplet: 2D, A5 and 07. RGB value is (45,165,7). Sum of RGB (Red+Green+Blue) = 45+165+7=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 165 (64.84% from 255 or 76.04% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA507 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DA507 is #D25AF8. Grayscale: #6F6F6F. Windows color (decimal): -13785849 or 501037. OLE color: 501037.

HSL color Cylindrical-coordinate representation of color #2DA507: hue angle of 105.57º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2DA507 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB451657-
CMYK0.7300.960.35
HSL105.57º91.86%33.73%-
HSV(B)105.57º95.76%64.71%-
XYZ14.5827.484.74-
YUV111.1169.2480.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.74%
GREEN value IS 165 (64.84% from 255) = 76.04%
BLUE value IS 7 (3.12% from 255) = 3.23%
R=20.74%
G=76.04%
B=3.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4516570.7300.960.35105.5791.8633.73
Hex2DA5749060236a5c22
Octal55245711101404315213442
Binary1011011010010111110010010110000010001111010101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,165,7); }

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

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

 a { background-color: rgb(45,165,7); }

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

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

 span { border-color: rgb(45,165,7); }

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