#2F8650

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

Shades of Sea Green #2F8650

Tints of Sea Green #2F8650

Color information

#2F8650 (or 0x2F8650) is unknown color: approx Sea Green. HEX triplet: 2F, 86 and 50. RGB value is (47,134,80). Sum of RGB (Red+Green+Blue) = 47+134+80=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #2F8650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8650 is #D079AF. Grayscale: #656565. Windows color (decimal): -13662640 or 5277231. OLE color: 5277231.

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

Color convert

RGB4713480-
CMYK0.6500.400.47
HSL142.76º48.07%35.49%-
HSV(B)142.76º64.93%52.55%-
XYZ11.1518.2310.52-
YUV101.83115.6888.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.01%
GREEN value IS 134 (52.73% from 255) = 51.34%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=18.01%
G=51.34%
B=30.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47134800.6500.400.47142.7648.0735.49
Hex2F8650410282F8f3023
Octal57206120101050572176043
Binary1011111000011010100001000001010100010111110001111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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