#2BE288

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

Shades of Shamrock #2BE288

Tints of Shamrock #2BE288

Color information

#2BE288 (or 0x2BE288) is unknown color: approx Shamrock. HEX triplet: 2B, E2 and 88. RGB value is (43,226,136). Sum of RGB (Red+Green+Blue) = 43+226+136=405 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.62% from 405); Green value is 226 (88.67% from 255 or 55.80% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BE288 is #D41D77. Grayscale: #A1A1A1. Windows color (decimal): -13901176 or 8970795. OLE color: 8970795.

HSL color Cylindrical-coordinate representation of color #2BE288: hue angle of 150.49º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE288 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB43226136-
CMYK0.8100.400.11
HSL150.49º75.93%52.75%-
HSV(B)150.49º80.97%88.63%-
XYZ32.6456.6832.51-
YUV161.02113.8743.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.62%
GREEN value IS 226 (88.67% from 255) = 55.80%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=10.62%
G=55.80%
B=33.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal432261360.8100.400.11150.4975.9352.75
Hex2BE28851028B964c35
Octal533422101210501322611465
Binary1010111110001010001000101000101010001011100101101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BE288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,226,136); }

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

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

 a { background-color: rgb(43,226,136); }

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

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

 span { border-color: rgb(43,226,136); }

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