Html Css Color HEX #2F8F49 Sea Green

📋 copy color: '#2F8F49'

red 47 ◦ green 143 ◦ blue 73

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

Shades of Sea Green #2F8F49

Tints of Sea Green #2F8F49

RGB

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

 GREEN value IS 143 (56.25% from 255) = 54.37%

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 17.87%
G = 54.37%
B = 27.76%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#2F8F49 (or 0x2F8F49) is known color: Sea Green. HEX triplet: 2F, 8F and 49. RGB value is (47,143,73). Sum of RGB (Red+Green+Blue) = 47+143+73=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 143 (56.25% from 255 or 54.37% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8F49 is #D070B6. Grayscale: #6A6A6A. Windows color (decimal): -13660343 or 4820783. OLE color: 4820783.

HSL color Cylindrical-coordinate representation of color #2F8F49: hue angle of 136.25º degrees, saturation: 0.51, 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 #2F8F49 is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 143 73 -
CMYK 0.67 0 0.49 0.44
HSL 136.25º 0.51% 0.37% -
HSV(B) 136.25º 0.67% 0.56% -
XYZ 12.2 20.73 9.66 -
YUV 106.32 109.2 85.69 -
System Red Green Blue C M Y K H S L
Decimal 47 143 73 0.67 0 0.49 0.44 136.25 0.51 0.37
Hex 2F 8F 49 43 0 31 2C 88 33 25
Octal 57 217 111 103 0 61 54 210 63 45
Binary 101111 10001111 1001001 1000011 0 110001 101100 10001000 110011 100101

Color Harmonies of #2F8F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8F49

Black with #2F8F49

Text Example


Text Example

White with #2F8F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,143,73); }

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

background-color css

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

 a { background-color: rgb(47,143,73); }

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

border-color css

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

 span { border-color: rgb(47,143,73); }

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