#2CEB8F

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

Shades of Shamrock #2CEB8F

Tints of Shamrock #2CEB8F

Color information

#2CEB8F (or 0x2CEB8F) is unknown color: approx Shamrock. HEX triplet: 2C, EB and 8F. RGB value is (44,235,143). Sum of RGB (Red+Green+Blue) = 44+235+143=422 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.43% from 422); Green value is 235 (92.19% from 255 or 55.69% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CEB8F is #D31470. Grayscale: #A7A7A7. Windows color (decimal): -13833329 or 9431852. OLE color: 9431852.

HSL color Cylindrical-coordinate representation of color #2CEB8F: hue angle of 151.1º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEB8F is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB44235143-
CMYK0.8100.390.08
HSL151.1º82.68%54.71%-
HSV(B)151.1º81.28%92.16%-
XYZ35.761.9436.06-
YUV167.4114.2239.98-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.43%
GREEN value IS 235 (92.19% from 255) = 55.69%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=10.43%
G=55.69%
B=33.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal442351430.8100.390.08151.182.6854.71
Hex2CEB8F510278975337
Octal543532171210471022712367
Binary1011001110101110001111101000101001111000100101111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CEB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,235,143); }

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

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

 a { background-color: rgb(44,235,143); }

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

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

 span { border-color: rgb(44,235,143); }

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