#2EA408

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

Shades of Kelly Green #2EA408

Tints of Kelly Green #2EA408

Color information

#2EA408 (or 0x2EA408) is unknown color: approx Kelly Green. HEX triplet: 2E, A4 and 08. RGB value is (46,164,8). Sum of RGB (Red+Green+Blue) = 46+164+8=218 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.10% from 218); Green value is 164 (64.45% from 255 or 75.23% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 164 - color contains mainly: green. Hex color #2EA408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EA408 is #D15BF7. Grayscale: #6F6F6F. Windows color (decimal): -13720568 or 566318. OLE color: 566318.

HSL color Cylindrical-coordinate representation of color #2EA408: hue angle of 105.38º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2EA408 is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB461648-
CMYK0.7200.950.36
HSL105.38º90.7%33.73%-
HSV(B)105.38º95.12%64.31%-
XYZ14.4527.154.71-
YUV110.9369.9181.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.10%
GREEN value IS 164 (64.45% from 255) = 75.23%
BLUE value IS 8 (3.52% from 255) = 3.67%
R=21.10%
G=75.23%
B=3.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal4616480.7200.950.36105.3890.733.73
Hex2EA484805F24695b22
Octal562441011001374415113342
Binary10111010100100100010010000101111110010011010011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,164,8); }

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

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

 a { background-color: rgb(46,164,8); }

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

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

 span { border-color: rgb(46,164,8); }

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