Html Css Color HEX #2F8059 Sea Green

📋 copy color: '#2F8059'

red 47 ◦ green 128 ◦ blue 89

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

Shades of Sea Green #2F8059

Tints of Sea Green #2F8059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.48%

 BLUE value IS 89 (35.16% from 255) = 33.71%

R = 17.8%
G = 48.48%
B = 33.71%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#2F8059 (or 0x2F8059) is known color: Sea Green. HEX triplet: 2F, 80 and 59. RGB value is (47,128,89). Sum of RGB (Red+Green+Blue) = 47+128+89=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 128 (50.39% from 255 or 48.48% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 128 - color contains mainly: green. Hex color #2F8059 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8059 is #D07FA6. Grayscale: #636363. Windows color (decimal): -13664167 or 5865519. OLE color: 5865519.

HSL color Cylindrical-coordinate representation of color #2F8059: hue angle of 151.11º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F8059 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 128 89 -
CMYK 0.63 0 0.30 0.50
HSL 151.11º 0.46% 0.34% -
HSV(B) 151.11º 0.63% 0.5% -
XYZ 10.69 16.76 12.12 -
YUV 99.34 122.16 90.67 -
System Red Green Blue C M Y K H S L
Decimal 47 128 89 0.63 0 0.30 0.50 151.11 0.46 0.34
Hex 2F 80 59 3F 0 1E 32 97 2E 22
Octal 57 200 131 77 0 36 62 227 56 42
Binary 101111 10000000 1011001 111111 0 11110 110010 10010111 101110 100010

Color Harmonies of #2F8059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8059

Black with #2F8059

Text Example


Text Example

White with #2F8059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,128,89); }

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

background-color css

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

 a { background-color: rgb(47,128,89); }

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

border-color css

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

 span { border-color: rgb(47,128,89); }

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