#2FD7A0

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

Shades of Shamrock #2FD7A0

Tints of Shamrock #2FD7A0

Color information

#2FD7A0 (or 0x2FD7A0) is unknown color: approx Shamrock. HEX triplet: 2F, D7 and A0. RGB value is (47,215,160). Sum of RGB (Red+Green+Blue) = 47+215+160=422 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.14% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD7A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD7A0 is #D0285F. Grayscale: #9E9E9E. Windows color (decimal): -13641824 or 10540847. OLE color: 10540847.

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

Color convert

RGB47215160-
CMYK0.7800.260.16
HSL160.36º67.74%51.37%-
HSV(B)160.36º78.14%84.31%-
XYZ31.8251.7441.57-
YUV158.5128.8448.47-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.14%
GREEN value IS 215 (84.38% from 255) = 50.95%
BLUE value IS 160 (62.89% from 255) = 37.91%
R=11.14%
G=50.95%
B=37.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal472151600.7800.260.16160.3667.7451.37
Hex2FD7A04E01A10a04433
Octal573272401160322024010463
Binary1011111101011110100000100111001101010000101000001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,215,160); }

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

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

 a { background-color: rgb(47,215,160); }

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

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

 span { border-color: rgb(47,215,160); }

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