Html Css Color HEX #2F954C Sea Green

📋 copy color: '#2F954C'

red 47 ◦ green 149 ◦ blue 76

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

Shades of Sea Green #2F954C

Tints of Sea Green #2F954C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.78%

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

R = 17.28%
G = 54.78%
B = 27.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#2F954C (or 0x2F954C) is known color: Sea Green. HEX triplet: 2F, 95 and 4C. RGB value is (47,149,76). Sum of RGB (Red+Green+Blue) = 47+149+76=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 149 (58.59% from 255 or 54.78% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 149 - color contains mainly: green. Hex color #2F954C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F954C is #D06AB3. Grayscale: #6E6E6E. Windows color (decimal): -13658804 or 5018927. OLE color: 5018927.

HSL color Cylindrical-coordinate representation of color #2F954C: hue angle of 137.06º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F954C is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 149 76 -
CMYK 0.68 0 0.49 0.42
HSL 137.06º 0.52% 0.38% -
HSV(B) 137.06º 0.68% 0.58% -
XYZ 13.22 22.62 10.51 -
YUV 110.18 108.71 82.94 -
System Red Green Blue C M Y K H S L
Decimal 47 149 76 0.68 0 0.49 0.42 137.06 0.52 0.38
Hex 2F 95 4C 44 0 31 2A 89 34 26
Octal 57 225 114 104 0 61 52 211 64 46
Binary 101111 10010101 1001100 1000100 0 110001 101010 10001001 110100 100110

Color Harmonies of #2F954C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F954C

Black with #2F954C

Text Example


Text Example

White with #2F954C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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