#2EBF8E

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

Shades of Shamrock #2EBF8E

Tints of Shamrock #2EBF8E

Color information

#2EBF8E (or 0x2EBF8E) is unknown color: approx Shamrock. HEX triplet: 2E, BF and 8E. RGB value is (46,191,142). Sum of RGB (Red+Green+Blue) = 46+191+142=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBF8E is #D14071. Grayscale: #8E8E8E. Windows color (decimal): -13713522 or 9355054. OLE color: 9355054.

HSL color Cylindrical-coordinate representation of color #2EBF8E: hue angle of 159.72º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBF8E is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB46191142-
CMYK0.7600.260.25
HSL159.72º61.18%46.47%-
HSV(B)159.72º75.92%74.9%-
XYZ24.6439.831.97-
YUV142.06127.9659.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.14%
GREEN value IS 191 (75% from 255) = 50.40%
BLUE value IS 142 (55.86% from 255) = 37.47%
R=12.14%
G=50.40%
B=37.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461911420.7600.260.25159.7261.1846.47
Hex2EBF8E4C01A19a03d2e
Octal56277216114032312407556
Binary101110101111111000111010011000110101100110100000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EBF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,191,142); }

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

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

 a { background-color: rgb(46,191,142); }

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

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

 span { border-color: rgb(46,191,142); }

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