#2F855E

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

Shades of Sea Green #2F855E

Tints of Sea Green #2F855E

Color information

#2F855E (or 0x2F855E) is unknown color: approx Sea Green. HEX triplet: 2F, 85 and 5E. RGB value is (47,133,94). Sum of RGB (Red+Green+Blue) = 47+133+94=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #2F855E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F855E is #D07AA1. Grayscale: #666666. Windows color (decimal): -13662882 or 6194479. OLE color: 6194479.

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

Color convert

RGB4713394-
CMYK0.6500.290.48
HSL152.79º47.78%35.29%-
HSV(B)152.79º64.66%52.16%-
XYZ11.5818.1913.49-
YUV102.84123.0188.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.15%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 94 (37.11% from 255) = 34.31%
R=17.15%
G=48.54%
B=34.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47133940.6500.290.48152.7947.7835.29
Hex2F855E4101D30993023
Octal57205136101035602316043
Binary101111100001011011110100000101110111000010011001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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