#2F944D

Color #2F944D Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #2F944D

Tints of Sea Green #2F944D

Color information

#2F944D (or 0x2F944D) is unknown color: approx Sea Green. HEX triplet: 2F, 94 and 4D. RGB value is (47,148,77). Sum of RGB (Red+Green+Blue) = 47+148+77=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #2F944D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F944D is #D06BB2. Grayscale: #6D6D6D. Windows color (decimal): -13659059 or 5084207. OLE color: 5084207.

HSL color Cylindrical-coordinate representation of color #2F944D: hue angle of 137.82º 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 #2F944D is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB4714877-
CMYK0.6800.480.42
HSL137.82º51.79%38.24%-
HSV(B)137.82º68.24%58.04%-
XYZ13.122.3210.64-
YUV109.71109.5483.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.28%
GREEN value IS 148 (58.20% from 255) = 54.41%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=17.28%
G=54.41%
B=28.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47148770.6800.480.42137.8251.7938.24
Hex2F944D440302A8a3426
Octal57224115104060522126446
Binary1011111001010010011011000100011000010101010001010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,148,77); }

 H1.HeaderClassName
 {
   color: #2F944D;
 }
 .AnyTagClassName
 {
   color: #2F944D;
 }
</style>
background-color css

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

 a { background-color: rgb(47,148,77); }

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

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

 span { border-color: rgb(47,148,77); }

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