#2FBE94

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

Shades of Shamrock #2FBE94

Tints of Shamrock #2FBE94

Color information

#2FBE94 (or 0x2FBE94) is unknown color: approx Shamrock. HEX triplet: 2F, BE and 94. RGB value is (47,190,148). Sum of RGB (Red+Green+Blue) = 47+190+148=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBE94 is #D0416B. Grayscale: #8E8E8E. Windows color (decimal): -13648236 or 9748015. OLE color: 9748015.

HSL color Cylindrical-coordinate representation of color #2FBE94: hue angle of 162.38º 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 #2FBE94 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB47190148-
CMYK0.7500.220.25
HSL162.38º60.34%46.47%-
HSV(B)162.38º75.26%74.51%-
XYZ24.9339.5734.34-
YUV142.45131.1259.92-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.21%
GREEN value IS 190 (74.61% from 255) = 49.35%
BLUE value IS 148 (58.20% from 255) = 38.44%
R=12.21%
G=49.35%
B=38.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471901480.7500.220.25162.3860.3446.47
Hex2FBE944B01619a23c2e
Octal57276224113026312427456
Binary101111101111101001010010010110101101100110100010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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