#2fcf87

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

Shades of Shamrock #2FCF87

Tints of Shamrock #2FCF87

Color information

#2FCF87 (or 0x2FCF87) is unknown color: approx Shamrock. HEX triplet: 2F, CF and 87. RGB value is (47,207,135). Sum of RGB (Red+Green+Blue) = 47+207+135=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FCF87 is #D03078. Grayscale: #979797. Windows color (decimal): -13643897 or 8900399. OLE color: 8900399.

HSL color Cylindrical-coordinate representation of color #2FCF87: hue angle of 153º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCF87 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB47207135-
CMYK0.7700.350.19
HSL153º62.99%49.8%-
HSV(B)153º77.29%81.18%-
XYZ27.8646.9830.52-
YUV150.95118.9953.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.08%
GREEN value IS 207 (81.25% from 255) = 53.21%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=12.08%
G=53.21%
B=34.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal472071350.7700.350.1915362.9949.8
Hex2FCF874D02313993f32
Octal57317207115043232317762
Binary1011111100111110000111100110101000111001110011001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fcf87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,207,135); }

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

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

 a { background-color: rgb(47,207,135); }

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

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

 span { border-color: rgb(47,207,135); }

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