#2DAD0F

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

Shades of Kelly Green #2DAD0F

Tints of Kelly Green #2DAD0F

Color information

#2DAD0F (or 0x2DAD0F) is unknown color: approx Kelly Green. HEX triplet: 2D, AD and 0F. RGB value is (45,173,15). Sum of RGB (Red+Green+Blue) = 45+173+15=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 173 (67.97% from 255 or 74.25% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2DAD0F is #D252F0. Grayscale: #757575. Windows color (decimal): -13783793 or 1027373. OLE color: 1027373.

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

Color convert

RGB4517315-
CMYK0.7400.910.32
HSL108.61º84.04%36.86%-
HSV(B)108.61º91.33%67.84%-
XYZ16.1130.485.49-
YUV116.7270.5976.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.31%
GREEN value IS 173 (67.97% from 255) = 74.25%
BLUE value IS 15 (6.25% from 255) = 6.44%
R=19.31%
G=74.25%
B=6.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45173150.7400.910.32108.6184.0436.86
Hex2DADF4A05B206d5425
Octal552551711201334015512445
Binary10110110101101111110010100101101110000011011011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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