#2f8850

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

Shades of Sea Green #2F8850

Tints of Sea Green #2F8850

Color information

#2F8850 (or 0x2F8850) is unknown color: approx Sea Green. HEX triplet: 2F, 88 and 50. RGB value is (47,136,80). Sum of RGB (Red+Green+Blue) = 47+136+80=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 136 (53.52% from 255 or 51.71% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 136 - color contains mainly: green. Hex color #2F8850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8850 is #D077AF. Grayscale: #676767. Windows color (decimal): -13662128 or 5277743. OLE color: 5277743.

HSL color Cylindrical-coordinate representation of color #2F8850: hue angle of 142.25º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F8850 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB4713680-
CMYK0.6500.410.47
HSL142.25º48.63%35.88%-
HSV(B)142.25º65.44%53.33%-
XYZ11.4218.7910.61-
YUV103115.0188.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.87%
GREEN value IS 136 (53.52% from 255) = 51.71%
BLUE value IS 80 (31.64% from 255) = 30.42%
R=17.87%
G=51.71%
B=30.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47136800.6500.410.47142.2548.6335.88
Hex2F8850410292F8e3124
Octal57210120101051572166144
Binary1011111000100010100001000001010100110111110001110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f8850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,136,80); }

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

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

 a { background-color: rgb(47,136,80); }

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

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

 span { border-color: rgb(47,136,80); }

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