#2F9458

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

Shades of Sea Green #2F9458

Tints of Sea Green #2F9458

Color information

#2F9458 (or 0x2F9458) is unknown color: approx Sea Green. HEX triplet: 2F, 94 and 58. RGB value is (47,148,88). Sum of RGB (Red+Green+Blue) = 47+148+88=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 148 (58.20% from 255 or 52.30% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9458 is #D06BA7. Grayscale: #6F6F6F. Windows color (decimal): -13659048 or 5805103. OLE color: 5805103.

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

Color convert

RGB4714888-
CMYK0.6800.410.42
HSL144.36º51.79%38.24%-
HSV(B)144.36º68.24%58.04%-
XYZ13.5222.4912.86-
YUV110.96115.0482.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.61%
GREEN value IS 148 (58.20% from 255) = 52.30%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=16.61%
G=52.30%
B=31.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47148880.6800.410.42144.3651.7938.24
Hex2F9458440292A903426
Octal57224130104051522206446
Binary1011111001010010110001000100010100110101010010000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,148,88); }

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

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

 a { background-color: rgb(47,148,88); }

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

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

 span { border-color: rgb(47,148,88); }

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