Html Css Color HEX #2F8D46 Sea Green

📋 copy color: '#2F8D46'

red 47 ◦ green 141 ◦ blue 70

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

Shades of Sea Green #2F8D46

Tints of Sea Green #2F8D46

RGB

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

 GREEN value IS 141 (55.47% from 255) = 54.65%

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 18.22%
G = 54.65%
B = 27.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#2F8D46 (or 0x2F8D46) is known color: Sea Green. HEX triplet: 2F, 8D and 46. RGB value is (47,141,70). Sum of RGB (Red+Green+Blue) = 47+141+70=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 141 (55.47% from 255 or 54.65% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8D46 is #D072B9. Grayscale: #686868. Windows color (decimal): -13660858 or 4623663. OLE color: 4623663.

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

Color convert

RGB 47 141 70 -
CMYK 0.67 0 0.50 0.45
HSL 134.68º 0.5% 0.37% -
HSV(B) 134.68º 0.67% 0.55% -
XYZ 11.8 20.1 9.05 -
YUV 104.8 108.36 86.77 -
System Red Green Blue C M Y K H S L
Decimal 47 141 70 0.67 0 0.50 0.45 134.68 0.5 0.37
Hex 2F 8D 46 43 0 32 2D 87 32 25
Octal 57 215 106 103 0 62 55 207 62 45
Binary 101111 10001101 1000110 1000011 0 110010 101101 10000111 110010 100101

Color Harmonies of #2F8D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8D46

Black with #2F8D46

Text Example


Text Example

White with #2F8D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,141,70); }

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

background-color css

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

 a { background-color: rgb(47,141,70); }

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

border-color css

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

 span { border-color: rgb(47,141,70); }

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