Html Css Color HEX #2FBB70 Medium Sea Green

📋 copy color: '#2FBB70'

red 47 ◦ green 187 ◦ blue 112

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

Shades of Medium Sea Green #2FBB70

Tints of Medium Sea Green #2FBB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.05%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 13.58%
G = 54.05%
B = 32.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#2FBB70 (or 0x2FBB70) is known color: Medium Sea Green. HEX triplet: 2F, BB and 70. RGB value is (47,187,112). Sum of RGB (Red+Green+Blue) = 47+187+112=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 187 (73.44% from 255 or 54.05% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 187 - color contains mainly: green. Hex color #2FBB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBB70 is #D0448F. Grayscale: #888888. Windows color (decimal): -13649040 or 7387951. OLE color: 7387951.

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

Color convert

RGB 47 187 112 -
CMYK 0.75 0 0.40 0.27
HSL 147.86º 0.6% 0.46% -
HSV(B) 147.86º 0.75% 0.73% -
XYZ 21.87 37.31 21.38 -
YUV 136.59 114.12 64.1 -
System Red Green Blue C M Y K H S L
Decimal 47 187 112 0.75 0 0.40 0.27 147.86 0.6 0.46
Hex 2F BB 70 4B 0 28 1B 94 3C 2E
Octal 57 273 160 113 0 50 33 224 74 56
Binary 101111 10111011 1110000 1001011 0 101000 11011 10010100 111100 101110

Color Harmonies of #2FBB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBB70

Black with #2FBB70

Text Example


Text Example

White with #2FBB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,187,112); }

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

background-color css

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

 a { background-color: rgb(47,187,112); }

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

border-color css

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

 span { border-color: rgb(47,187,112); }

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