Html Css Color HEX #2FBC9F Shamrock

📋 copy color: '#2FBC9F'

red 47 ◦ green 188 ◦ blue 159

#2FBC9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shamrock #2FBC9F

Tints of Shamrock #2FBC9F

RGB

 RED value IS 47 (18.75% from 255) = 11.93%

 GREEN value IS 188 (73.83% from 255) = 47.72%

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 11.93%
G = 47.72%
B = 40.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#2FBC9F (or 0x2FBC9F) is known color: Shamrock. HEX triplet: 2F, BC and 9F. RGB value is (47,188,159). Sum of RGB (Red+Green+Blue) = 47+188+159=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 188 (73.83% from 255 or 47.72% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FBC9F is #D04360. Grayscale: #8E8E8E. Windows color (decimal): -13648737 or 10468399. OLE color: 10468399.

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

Color convert

RGB 47 188 159 -
CMYK 0.75 0 0.15 0.26
HSL 167.66º 0.6% 0.46% -
HSV(B) 167.66º 0.75% 0.74% -
XYZ 25.41 39.07 39 -
YUV 142.54 137.29 59.86 -
System Red Green Blue C M Y K H S L
Decimal 47 188 159 0.75 0 0.15 0.26 167.66 0.6 0.46
Hex 2F BC 9F 4B 0 F 1A A8 3C 2E
Octal 57 274 237 113 0 17 32 250 74 56
Binary 101111 10111100 10011111 1001011 0 1111 11010 10101000 111100 101110

Color Harmonies of #2FBC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBC9F

Black with #2FBC9F

Text Example


Text Example

White with #2FBC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FBC9F;
 }
 .AnyTagClassName
 {
   color: #2FBC9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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