#2F895B

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

Shades of Sea Green #2F895B

Tints of Sea Green #2F895B

Color information

#2F895B (or 0x2F895B) is unknown color: approx Sea Green. HEX triplet: 2F, 89 and 5B. RGB value is (47,137,91). Sum of RGB (Red+Green+Blue) = 47+137+91=275 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.09% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #2F895B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F895B is #D076A4. Grayscale: #686868. Windows color (decimal): -13661861 or 5998895. OLE color: 5998895.

HSL color Cylindrical-coordinate representation of color #2F895B: hue angle of 149.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F895B is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB4713791-
CMYK0.6600.340.46
HSL149.33º48.91%36.08%-
HSV(B)149.33º65.69%53.73%-
XYZ12.0119.2512.98-
YUV104.85120.1886.74-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.09%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=17.09%
G=49.82%
B=33.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47137910.6600.340.46149.3348.9136.08
Hex2F895B420222E953124
Octal57211133102042562256144
Binary1011111000100110110111000010010001010111010010101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,137,91); }

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

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

 a { background-color: rgb(47,137,91); }

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

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

 span { border-color: rgb(47,137,91); }

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