Html Css Color HEX #2FB999 Shamrock

📋 copy color: '#2FB999'

red 47 ◦ green 185 ◦ blue 153

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

Shades of Shamrock #2FB999

Tints of Shamrock #2FB999

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.05%

 BLUE value IS 153 (60.16% from 255) = 39.74%

R = 12.21%
G = 48.05%
B = 39.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#2FB999 (or 0x2FB999) is known color: Shamrock. HEX triplet: 2F, B9 and 99. RGB value is (47,185,153). Sum of RGB (Red+Green+Blue) = 47+185+153=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 185 (72.66% from 255 or 48.05% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB999 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FB999 is #D04666. Grayscale: #8C8C8C. Windows color (decimal): -13649511 or 10074415. OLE color: 10074415.

HSL color Cylindrical-coordinate representation of color #2FB999: hue angle of 166.09º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB999 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 47 185 153 -
CMYK 0.75 0 0.17 0.27
HSL 166.09º 0.59% 0.45% -
HSV(B) 166.09º 0.75% 0.73% -
XYZ 24.27 37.6 36.12 -
YUV 140.09 135.28 61.6 -
System Red Green Blue C M Y K H S L
Decimal 47 185 153 0.75 0 0.17 0.27 166.09 0.59 0.45
Hex 2F B9 99 4B 0 11 1B A6 3B 2D
Octal 57 271 231 113 0 21 33 246 73 55
Binary 101111 10111001 10011001 1001011 0 10001 11011 10100110 111011 101101

Color Harmonies of #2FB999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB999

Black with #2FB999

Text Example


Text Example

White with #2FB999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,185,153); }

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

background-color css

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

 a { background-color: rgb(47,185,153); }

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

border-color css

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

 span { border-color: rgb(47,185,153); }

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