Html Css Color HEX #2F984F Sea Green

📋 copy color: '#2F984F'

red 47 ◦ green 152 ◦ blue 79

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

Shades of Sea Green #2F984F

Tints of Sea Green #2F984F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.68%

 BLUE value IS 79 (31.25% from 255) = 28.42%

R = 16.91%
G = 54.68%
B = 28.42%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#2F984F (or 0x2F984F) is known color: Sea Green. HEX triplet: 2F, 98 and 4F. RGB value is (47,152,79). Sum of RGB (Red+Green+Blue) = 47+152+79=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #2F984F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F984F is #D067B0. Grayscale: #707070. Windows color (decimal): -13658033 or 5216303. OLE color: 5216303.

HSL color Cylindrical-coordinate representation of color #2F984F: hue angle of 138.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F984F is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 152 79 -
CMYK 0.69 0 0.48 0.40
HSL 138.29º 0.53% 0.39% -
HSV(B) 138.29º 0.69% 0.6% -
XYZ 13.81 23.63 11.23 -
YUV 112.28 109.21 81.44 -
System Red Green Blue C M Y K H S L
Decimal 47 152 79 0.69 0 0.48 0.40 138.29 0.53 0.39
Hex 2F 98 4F 45 0 30 28 8A 35 27
Octal 57 230 117 105 0 60 50 212 65 47
Binary 101111 10011000 1001111 1000101 0 110000 101000 10001010 110101 100111

Color Harmonies of #2F984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F984F

Black with #2F984F

Text Example


Text Example

White with #2F984F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,152,79); }

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

background-color css

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

 a { background-color: rgb(47,152,79); }

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

border-color css

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

 span { border-color: rgb(47,152,79); }

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