#2DB310

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

Shades of Kelly Green #2DB310

Tints of Kelly Green #2DB310

Color information

#2DB310 (or 0x2DB310) is unknown color: approx Kelly Green. HEX triplet: 2D, B3 and 10. RGB value is (45,179,16). Sum of RGB (Red+Green+Blue) = 45+179+16=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 179 (70.31% from 255 or 74.58% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 179 - color contains mainly: green. Hex color #2DB310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DB310 is #D24CEF. Grayscale: #787878. Windows color (decimal): -13782256 or 1094445. OLE color: 1094445.

HSL color Cylindrical-coordinate representation of color #2DB310: hue angle of 109.33º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2DB310 is Cyan = 0.75, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB4517916-
CMYK0.7500.910.30
HSL109.33º83.59%38.24%-
HSV(B)109.33º91.06%70.2%-
XYZ17.332.845.92-
YUV120.3569.1174.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.75%
GREEN value IS 179 (70.31% from 255) = 74.58%
BLUE value IS 16 (6.64% from 255) = 6.67%
R=18.75%
G=74.58%
B=6.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal45179160.7500.910.30109.3383.5938.24
Hex2DB3104B05B1E6d5426
Octal552632011301333615512446
Binary10110110110011100001001011010110111111011011011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,179,16); }

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

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

 a { background-color: rgb(45,179,16); }

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

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

 span { border-color: rgb(45,179,16); }

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