#2FC581

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

Shades of Shamrock #2FC581

Tints of Shamrock #2FC581

Color information

#2FC581 (or 0x2FC581) is unknown color: approx Shamrock. HEX triplet: 2F, C5 and 81. RGB value is (47,197,129). Sum of RGB (Red+Green+Blue) = 47+197+129=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC581 is #D03A7E. Grayscale: #909090. Windows color (decimal): -13646463 or 8504623. OLE color: 8504623.

HSL color Cylindrical-coordinate representation of color #2FC581: hue angle of 152.8º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC581 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB47197129-
CMYK0.7600.350.23
HSL152.8º61.48%47.84%-
HSV(B)152.8º76.14%77.25%-
XYZ25.142.1227.58-
YUV144.4119.358.53-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.60%
GREEN value IS 197 (77.34% from 255) = 52.82%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=12.60%
G=52.82%
B=34.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal471971290.7600.350.23152.861.4847.84
Hex2FC5814C02317993d30
Octal57305201114043272317560
Binary1011111100010110000001100110001000111011110011001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,197,129); }

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

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

 a { background-color: rgb(47,197,129); }

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

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

 span { border-color: rgb(47,197,129); }

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