#2F9553

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

Shades of Sea Green #2F9553

Tints of Sea Green #2F9553

Color information

#2F9553 (or 0x2F9553) is unknown color: approx Sea Green. HEX triplet: 2F, 95 and 53. RGB value is (47,149,83). Sum of RGB (Red+Green+Blue) = 47+149+83=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9553 is #D06AAC. Grayscale: #6F6F6F. Windows color (decimal): -13658797 or 5477679. OLE color: 5477679.

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

Color convert

RGB4714983-
CMYK0.6800.440.42
HSL141.18º52.04%38.43%-
HSV(B)141.18º68.46%58.43%-
XYZ13.4822.7211.86-
YUV110.98112.2182.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.85%
GREEN value IS 149 (58.59% from 255) = 53.41%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=16.85%
G=53.41%
B=29.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47149830.6800.440.42141.1852.0438.43
Hex2F95534402C2A8d3426
Octal57225123104054522156446
Binary1011111001010110100111000100010110010101010001101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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