Html Css Color HEX #2F8E51 Sea Green

📋 copy color: '#2F8E51'

red 47 ◦ green 142 ◦ blue 81

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

Shades of Sea Green #2F8E51

Tints of Sea Green #2F8E51

RGB

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

 GREEN value IS 142 (55.86% from 255) = 52.59%

 BLUE value IS 81 (32.03% from 255) = 30%

R = 17.41%
G = 52.59%
B = 30%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#2F8E51 (or 0x2F8E51) is known color: Sea Green. HEX triplet: 2F, 8E and 51. RGB value is (47,142,81). Sum of RGB (Red+Green+Blue) = 47+142+81=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8E51 is #D071AE. Grayscale: #6A6A6A. Windows color (decimal): -13660591 or 5344815. OLE color: 5344815.

HSL color Cylindrical-coordinate representation of color #2F8E51: hue angle of 141.47º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F8E51 is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 142 81 -
CMYK 0.67 0 0.43 0.44
HSL 141.47º 0.5% 0.37% -
HSV(B) 141.47º 0.67% 0.56% -
XYZ 12.33 20.54 11.1 -
YUV 106.64 113.53 85.46 -
System Red Green Blue C M Y K H S L
Decimal 47 142 81 0.67 0 0.43 0.44 141.47 0.5 0.37
Hex 2F 8E 51 43 0 2B 2C 8D 32 25
Octal 57 216 121 103 0 53 54 215 62 45
Binary 101111 10001110 1010001 1000011 0 101011 101100 10001101 110010 100101

Color Harmonies of #2F8E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8E51

Black with #2F8E51

Text Example


Text Example

White with #2F8E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,142,81); }

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

background-color css

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

 a { background-color: rgb(47,142,81); }

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

border-color css

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

 span { border-color: rgb(47,142,81); }

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