Html Css Color HEX #2F8F54 Sea Green

📋 copy color: '#2F8F54'

red 47 ◦ green 143 ◦ blue 84

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

Shades of Sea Green #2F8F54

Tints of Sea Green #2F8F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.66%

R = 17.15%
G = 52.19%
B = 30.66%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#2F8F54 (or 0x2F8F54) is known color: Sea Green. HEX triplet: 2F, 8F and 54. RGB value is (47,143,84). Sum of RGB (Red+Green+Blue) = 47+143+84=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 143 (56.25% from 255 or 52.19% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 143 - color contains mainly: green. Hex color #2F8F54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8F54 is #D070AB. Grayscale: #6B6B6B. Windows color (decimal): -13660332 or 5541679. OLE color: 5541679.

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

Color convert

RGB 47 143 84 -
CMYK 0.67 0 0.41 0.44
HSL 143.13º 0.51% 0.37% -
HSV(B) 143.13º 0.67% 0.56% -
XYZ 12.59 20.89 11.76 -
YUV 107.57 114.7 84.8 -
System Red Green Blue C M Y K H S L
Decimal 47 143 84 0.67 0 0.41 0.44 143.13 0.51 0.37
Hex 2F 8F 54 43 0 29 2C 8F 33 25
Octal 57 217 124 103 0 51 54 217 63 45
Binary 101111 10001111 1010100 1000011 0 101001 101100 10001111 110011 100101

Color Harmonies of #2F8F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8F54

Black with #2F8F54

Text Example


Text Example

White with #2F8F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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