Html Css Color HEX #2F8E5E Sea Green

📋 copy color: '#2F8E5E'

red 47 ◦ green 142 ◦ blue 94

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

Shades of Sea Green #2F8E5E

Tints of Sea Green #2F8E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 16.61%
G = 50.18%
B = 33.22%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#2F8E5E (or 0x2F8E5E) is known color: Sea Green. HEX triplet: 2F, 8E and 5E. RGB value is (47,142,94). Sum of RGB (Red+Green+Blue) = 47+142+94=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #2F8E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8E5E is #D071A1. Grayscale: #6C6C6C. Windows color (decimal): -13660578 or 6196783. OLE color: 6196783.

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

Color convert

RGB 47 142 94 -
CMYK 0.67 0 0.34 0.44
HSL 149.68º 0.5% 0.37% -
HSV(B) 149.68º 0.67% 0.56% -
XYZ 12.87 20.76 13.92 -
YUV 108.12 120.03 84.4 -
System Red Green Blue C M Y K H S L
Decimal 47 142 94 0.67 0 0.34 0.44 149.68 0.5 0.37
Hex 2F 8E 5E 43 0 22 2C 96 32 25
Octal 57 216 136 103 0 42 54 226 62 45
Binary 101111 10001110 1011110 1000011 0 100010 101100 10010110 110010 100101

Color Harmonies of #2F8E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8E5E

Black with #2F8E5E

Text Example


Text Example

White with #2F8E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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