#2ED692

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

Shades of Shamrock #2ED692

Tints of Shamrock #2ED692

Color information

#2ED692 (or 0x2ED692) is unknown color: approx Shamrock. HEX triplet: 2E, D6 and 92. RGB value is (46,214,146). Sum of RGB (Red+Green+Blue) = 46+214+146=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 214 (83.98% from 255 or 52.71% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED692 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED692 is #D1296D. Grayscale: #9C9C9C. Windows color (decimal): -13707630 or 9623086. OLE color: 9623086.

HSL color Cylindrical-coordinate representation of color #2ED692: hue angle of 155.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED692 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB46214146-
CMYK0.7900.320.16
HSL155.71º67.2%50.98%-
HSV(B)155.71º78.5%83.92%-
XYZ30.3650.7535.39-
YUV156.02122.3449.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.33%
GREEN value IS 214 (83.98% from 255) = 52.71%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=11.33%
G=52.71%
B=35.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal462141460.7900.320.16155.7167.250.98
Hex2ED6924F020109c4333
Octal563262221170402023410363
Binary10111011010110100100101001111010000010000100111001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ED692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,214,146); }

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

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

 a { background-color: rgb(46,214,146); }

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

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

 span { border-color: rgb(46,214,146); }

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