#2CD998

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

Shades of Shamrock #2CD998

Tints of Shamrock #2CD998

Color information

#2CD998 (or 0x2CD998) is unknown color: approx Shamrock. HEX triplet: 2C, D9 and 98. RGB value is (44,217,152). Sum of RGB (Red+Green+Blue) = 44+217+152=413 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.65% from 413); Green value is 217 (85.16% from 255 or 52.54% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CD998 is #D32667. Grayscale: #9D9D9D. Windows color (decimal): -13837928 or 10017068. OLE color: 10017068.

HSL color Cylindrical-coordinate representation of color #2CD998: hue angle of 157.46º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD998 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB44217152-
CMYK0.8000.300.15
HSL157.46º69.48%51.18%-
HSV(B)157.46º79.72%85.1%-
XYZ31.5252.4338.16-
YUV157.86124.6946.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.65%
GREEN value IS 217 (85.16% from 255) = 52.54%
BLUE value IS 152 (59.77% from 255) = 36.80%
R=10.65%
G=52.54%
B=36.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal442171520.8000.300.15157.4669.4851.18
Hex2CD9985001EF9d4533
Octal543312301200361723510563
Binary101100110110011001100010100000111101111100111011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,217,152); }

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

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

 a { background-color: rgb(44,217,152); }

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

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

 span { border-color: rgb(44,217,152); }

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