Html Css Color HEX #2F8D4C Sea Green

📋 copy color: '#2F8D4C'

red 47 ◦ green 141 ◦ blue 76

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

Shades of Sea Green #2F8D4C

Tints of Sea Green #2F8D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.79%

R = 17.8%
G = 53.41%
B = 28.79%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#2F8D4C (or 0x2F8D4C) is known color: Sea Green. HEX triplet: 2F, 8D and 4C. RGB value is (47,141,76). Sum of RGB (Red+Green+Blue) = 47+141+76=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #2F8D4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8D4C is #D072B3. Grayscale: #696969. Windows color (decimal): -13660852 or 5016879. OLE color: 5016879.

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

Color convert

RGB 47 141 76 -
CMYK 0.67 0 0.46 0.45
HSL 138.51º 0.5% 0.37% -
HSV(B) 138.51º 0.67% 0.55% -
XYZ 12 20.18 10.1 -
YUV 105.48 111.36 86.29 -
System Red Green Blue C M Y K H S L
Decimal 47 141 76 0.67 0 0.46 0.45 138.51 0.5 0.37
Hex 2F 8D 4C 43 0 2E 2D 8B 32 25
Octal 57 215 114 103 0 56 55 213 62 45
Binary 101111 10001101 1001100 1000011 0 101110 101101 10001011 110010 100101

Color Harmonies of #2F8D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8D4C

Black with #2F8D4C

Text Example


Text Example

White with #2F8D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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