#2FC98B

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

Shades of Shamrock #2FC98B

Tints of Shamrock #2FC98B

Color information

#2FC98B (or 0x2FC98B) is unknown color: approx Shamrock. HEX triplet: 2F, C9 and 8B. RGB value is (47,201,139). Sum of RGB (Red+Green+Blue) = 47+201+139=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FC98B is #D03674. Grayscale: #939393. Windows color (decimal): -13645429 or 9161007. OLE color: 9161007.

HSL color Cylindrical-coordinate representation of color #2FC98B: hue angle of 155.84º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC98B is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB47201139-
CMYK0.7700.310.21
HSL155.84º62.1%48.63%-
HSV(B)155.84º76.62%78.82%-
XYZ26.7244.2431.56-
YUV147.89122.9856.04-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.14%
GREEN value IS 201 (78.91% from 255) = 51.94%
BLUE value IS 139 (54.69% from 255) = 35.92%
R=12.14%
G=51.94%
B=35.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal472011390.7700.310.21155.8462.148.63
Hex2FC98B4D01F159c3e31
Octal57311213115037252347661
Binary101111110010011000101110011010111111010110011100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,201,139); }

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

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

 a { background-color: rgb(47,201,139); }

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

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

 span { border-color: rgb(47,201,139); }

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