#2fbf9b

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

Shades of Shamrock #2FBF9B

Tints of Shamrock #2FBF9B

Color information

#2FBF9B (or 0x2FBF9B) is unknown color: approx Shamrock. HEX triplet: 2F, BF and 9B. RGB value is (47,191,155). Sum of RGB (Red+Green+Blue) = 47+191+155=393 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.96% from 393); Green value is 191 (75% from 255 or 48.60% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBF9B is #D04064. Grayscale: #8F8F8F. Windows color (decimal): -13647973 or 10207023. OLE color: 10207023.

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

Color convert

RGB47191155-
CMYK0.7500.190.25
HSL165º60.5%46.67%-
HSV(B)165º75.39%74.9%-
XYZ25.7240.2337.42-
YUV143.84134.2958.93-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.96%
GREEN value IS 191 (75% from 255) = 48.60%
BLUE value IS 155 (60.94% from 255) = 39.44%
R=11.96%
G=48.60%
B=39.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471911550.7500.190.2516560.546.67
Hex2FBF9B4B01319a53d2f
Octal57277233113023312457557
Binary101111101111111001101110010110100111100110100101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fbf9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,191,155); }

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

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

 a { background-color: rgb(47,191,155); }

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

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

 span { border-color: rgb(47,191,155); }

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