#2F8250

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

Shades of Sea Green #2F8250

Tints of Sea Green #2F8250

Color information

#2F8250 (or 0x2F8250) is unknown color: approx Sea Green. HEX triplet: 2F, 82 and 50. RGB value is (47,130,80). Sum of RGB (Red+Green+Blue) = 47+130+80=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #2F8250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8250 is #D07DAF. Grayscale: #636363. Windows color (decimal): -13663664 or 5276207. OLE color: 5276207.

HSL color Cylindrical-coordinate representation of color #2F8250: hue angle of 143.86º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8250 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB4713080-
CMYK0.6400.380.49
HSL143.86º46.89%34.71%-
HSV(B)143.86º63.85%50.98%-
XYZ10.617.1510.34-
YUV99.4811790.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.29%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=18.29%
G=50.58%
B=31.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47130800.6400.380.49143.8646.8934.71
Hex2F82504002631902f23
Octal57202120100046612205743
Binary1011111000001010100001000000010011011000110010000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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