#2F9056

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

Shades of Sea Green #2F9056

Tints of Sea Green #2F9056

Color information

#2F9056 (or 0x2F9056) is unknown color: approx Sea Green. HEX triplet: 2F, 90 and 56. RGB value is (47,144,86). Sum of RGB (Red+Green+Blue) = 47+144+86=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #2F9056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9056 is #D06FA9. Grayscale: #6C6C6C. Windows color (decimal): -13660074 or 5673007. OLE color: 5673007.

HSL color Cylindrical-coordinate representation of color #2F9056: hue angle of 144.12º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F9056 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB4714486-
CMYK0.6700.400.44
HSL144.12º50.79%37.45%-
HSV(B)144.12º67.36%56.47%-
XYZ12.8321.2212.22-
YUV108.38115.3684.22-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.97%
GREEN value IS 144 (56.64% from 255) = 51.99%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=16.97%
G=51.99%
B=31.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal47144860.6700.400.44144.1250.7937.45
Hex2F9056430282C903325
Octal57220126103050542206345
Binary1011111001000010101101000011010100010110010010000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,144,86); }

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

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

 a { background-color: rgb(47,144,86); }

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

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

 span { border-color: rgb(47,144,86); }

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