#2EAD0D

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

Shades of Kelly Green #2EAD0D

Tints of Kelly Green #2EAD0D

Color information

#2EAD0D (or 0x2EAD0D) is unknown color: approx Kelly Green. HEX triplet: 2E, AD and 0D. RGB value is (46,173,13). Sum of RGB (Red+Green+Blue) = 46+173+13=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 173 (67.97% from 255 or 74.57% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAD0D is #D152F2. Grayscale: #757575. Windows color (decimal): -13718259 or 896302. OLE color: 896302.

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

Color convert

RGB4617313-
CMYK0.7300.920.32
HSL107.62º86.02%36.47%-
HSV(B)107.62º92.49%67.84%-
XYZ16.1430.55.42-
YUV116.7969.4277.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.83%
GREEN value IS 173 (67.97% from 255) = 74.57%
BLUE value IS 13 (5.47% from 255) = 5.60%
R=19.83%
G=74.57%
B=5.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46173130.7300.920.32107.6286.0236.47
Hex2EADD4905C206c5624
Octal562551511101344015412644
Binary10111010101101110110010010101110010000011011001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAD0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,173,13); }

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

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

 a { background-color: rgb(46,173,13); }

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

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

 span { border-color: rgb(46,173,13); }

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