#2F9555

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

Shades of Sea Green #2F9555

Tints of Sea Green #2F9555

Color information

#2F9555 (or 0x2F9555) is unknown color: approx Sea Green. HEX triplet: 2F, 95 and 55. RGB value is (47,149,85). Sum of RGB (Red+Green+Blue) = 47+149+85=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9555 is #D06AAA. Grayscale: #6F6F6F. Windows color (decimal): -13658795 or 5608751. OLE color: 5608751.

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

Color convert

RGB4714985-
CMYK0.6800.430.42
HSL142.35º52.04%38.43%-
HSV(B)142.35º68.46%58.43%-
XYZ13.5622.7612.27-
YUV111.21113.2182.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.73%
GREEN value IS 149 (58.59% from 255) = 53.02%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=16.73%
G=53.02%
B=30.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47149850.6800.430.42142.3552.0438.43
Hex2F95554402B2A8e3426
Octal57225125104053522166446
Binary1011111001010110101011000100010101110101010001110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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