#2FBD9F

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

Shades of Shamrock #2FBD9F

Tints of Shamrock #2FBD9F

Color information

#2FBD9F (or 0x2FBD9F) is unknown color: approx Shamrock. HEX triplet: 2F, BD and 9F. RGB value is (47,189,159). Sum of RGB (Red+Green+Blue) = 47+189+159=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #2FBD9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBD9F is #D04260. Grayscale: #8F8F8F. Windows color (decimal): -13648481 or 10468655. OLE color: 10468655.

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

Color convert

RGB47189159-
CMYK0.7500.160.26
HSL167.32º60.17%46.27%-
HSV(B)167.32º75.13%74.12%-
XYZ25.6339.539.07-
YUV143.12136.9659.44-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.90%
GREEN value IS 189 (74.22% from 255) = 47.85%
BLUE value IS 159 (62.5% from 255) = 40.25%
R=11.90%
G=47.85%
B=40.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal471891590.7500.160.26167.3260.1746.27
Hex2FBD9F4B0101Aa73c2e
Octal57275237113020322477456
Binary101111101111011001111110010110100001101010100111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,189,159); }

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

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

 a { background-color: rgb(47,189,159); }

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

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

 span { border-color: rgb(47,189,159); }

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