#2F895E

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

Shades of Sea Green #2F895E

Tints of Sea Green #2F895E

Color information

#2F895E (or 0x2F895E) is unknown color: approx Sea Green. HEX triplet: 2F, 89 and 5E. RGB value is (47,137,94). Sum of RGB (Red+Green+Blue) = 47+137+94=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #2F895E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F895E is #D076A1. Grayscale: #696969. Windows color (decimal): -13661858 or 6195503. OLE color: 6195503.

HSL color Cylindrical-coordinate representation of color #2F895E: hue angle of 151.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 #2F895E is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB4713794-
CMYK0.6600.310.46
HSL151.33º48.91%36.08%-
HSV(B)151.33º65.69%53.73%-
XYZ12.1419.313.68-
YUV105.19121.6886.5-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.91%
GREEN value IS 137 (53.91% from 255) = 49.28%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=16.91%
G=49.28%
B=33.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal47137940.6600.310.46151.3348.9136.08
Hex2F895E4201F2E973124
Octal57211136102037562276144
Binary101111100010011011110100001001111110111010010111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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