#2FBE93

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

Shades of Shamrock #2FBE93

Tints of Shamrock #2FBE93

Color information

#2FBE93 (or 0x2FBE93) is unknown color: approx Shamrock. HEX triplet: 2F, BE and 93. RGB value is (47,190,147). Sum of RGB (Red+Green+Blue) = 47+190+147=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBE93 is #D0416C. Grayscale: #8E8E8E. Windows color (decimal): -13648237 or 9682479. OLE color: 9682479.

HSL color Cylindrical-coordinate representation of color #2FBE93: hue angle of 161.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBE93 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB47190147-
CMYK0.7500.230.25
HSL161.96º60.34%46.47%-
HSV(B)161.96º75.26%74.51%-
XYZ24.8539.5433.93-
YUV142.34130.6260-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.24%
GREEN value IS 190 (74.61% from 255) = 49.48%
BLUE value IS 147 (57.81% from 255) = 38.28%
R=12.24%
G=49.48%
B=38.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471901470.7500.230.25161.9660.3446.47
Hex2FBE934B01719a23c2e
Octal57276223113027312427456
Binary101111101111101001001110010110101111100110100010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,190,147); }

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

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

 a { background-color: rgb(47,190,147); }

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

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

 span { border-color: rgb(47,190,147); }

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