Html Css Color HEX #2F984B Sea Green

📋 copy color: '#2F984B'

red 47 ◦ green 152 ◦ blue 75

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

Shades of Sea Green #2F984B

Tints of Sea Green #2F984B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.37%

R = 17.15%
G = 55.47%
B = 27.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#2F984B (or 0x2F984B) is known color: Sea Green. HEX triplet: 2F, 98 and 4B. RGB value is (47,152,75). Sum of RGB (Red+Green+Blue) = 47+152+75=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #2F984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F984B is #D067B4. Grayscale: #707070. Windows color (decimal): -13658037 or 4954159. OLE color: 4954159.

HSL color Cylindrical-coordinate representation of color #2F984B: hue angle of 136º 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 #2F984B is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB 47 152 75 -
CMYK 0.69 0 0.51 0.40
HSL 136º 0.53% 0.39% -
HSV(B) 136º 0.69% 0.6% -
XYZ 13.67 23.57 10.49 -
YUV 111.83 107.21 81.76 -
System Red Green Blue C M Y K H S L
Decimal 47 152 75 0.69 0 0.51 0.40 136 0.53 0.39
Hex 2F 98 4B 45 0 33 28 88 35 27
Octal 57 230 113 105 0 63 50 210 65 47
Binary 101111 10011000 1001011 1000101 0 110011 101000 10001000 110101 100111

Color Harmonies of #2F984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F984B

Black with #2F984B

Text Example


Text Example

White with #2F984B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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