#2DAD19

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

Shades of Kelly Green #2DAD19

Tints of Kelly Green #2DAD19

Color information

#2DAD19 (or 0x2DAD19) is unknown color: approx Kelly Green. HEX triplet: 2D, AD and 19. RGB value is (45,173,25). Sum of RGB (Red+Green+Blue) = 45+173+25=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 173 (67.97% from 255 or 71.19% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAD19 is #D252E6. Grayscale: #767676. Windows color (decimal): -13783783 or 1682733. OLE color: 1682733.

HSL color Cylindrical-coordinate representation of color #2DAD19: hue angle of 111.89º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DAD19 is Cyan = 0.74, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB4517325-
CMYK0.7400.860.32
HSL111.89º74.75%38.82%-
HSV(B)111.89º85.55%67.84%-
XYZ16.230.525.96-
YUV117.8675.5976.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.52%
GREEN value IS 173 (67.97% from 255) = 71.19%
BLUE value IS 25 (10.16% from 255) = 10.29%
R=18.52%
G=71.19%
B=10.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45173250.7400.860.32111.8974.7538.82
Hex2DAD194A05620704b27
Octal552553111201264016011347
Binary101101101011011100110010100101011010000011100001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,173,25); }

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

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

 a { background-color: rgb(45,173,25); }

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

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

 span { border-color: rgb(45,173,25); }

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