Html Css Color HEX #2FB075 Medium Sea Green

📋 copy color: '#2FB075'

red 47 ◦ green 176 ◦ blue 117

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

Shades of Medium Sea Green #2FB075

Tints of Medium Sea Green #2FB075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.76%

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 13.82%
G = 51.76%
B = 34.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#2FB075 (or 0x2FB075) is known color: Medium Sea Green. HEX triplet: 2F, B0 and 75. RGB value is (47,176,117). Sum of RGB (Red+Green+Blue) = 47+176+117=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 176 (69.14% from 255 or 51.76% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 176 - color contains mainly: green. Hex color #2FB075 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FB075 is #D04F8A. Grayscale: #828282. Windows color (decimal): -13651851 or 7712815. OLE color: 7712815.

HSL color Cylindrical-coordinate representation of color #2FB075: hue angle of 152.56º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2FB075 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 176 117 -
CMYK 0.73 0 0.34 0.31
HSL 152.56º 0.58% 0.44% -
HSV(B) 152.56º 0.73% 0.69% -
XYZ 19.91 32.94 22.14 -
YUV 130.7 120.26 68.3 -
System Red Green Blue C M Y K H S L
Decimal 47 176 117 0.73 0 0.34 0.31 152.56 0.58 0.44
Hex 2F B0 75 49 0 22 1F 99 3A 2C
Octal 57 260 165 111 0 42 37 231 72 54
Binary 101111 10110000 1110101 1001001 0 100010 11111 10011001 111010 101100

Color Harmonies of #2FB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB075

Black with #2FB075

Text Example


Text Example

White with #2FB075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,176,117); }

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

background-color css

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

 a { background-color: rgb(47,176,117); }

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

border-color css

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

 span { border-color: rgb(47,176,117); }

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