#318E42

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

Shades of Sea Green #318E42

Tints of Sea Green #318E42

Color information

#318E42 (or 0x318E42) is unknown color: approx Sea Green. HEX triplet: 31, 8E and 42. RGB value is (49,142,66). Sum of RGB (Red+Green+Blue) = 49+142+66=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 142 (55.86% from 255 or 55.25% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 142 - color contains mainly: green. Hex color #318E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318E42 is #CE71BD. Grayscale: #696969. Windows color (decimal): -13529534 or 4361777. OLE color: 4361777.

HSL color Cylindrical-coordinate representation of color #318E42: hue angle of 130.97º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318E42 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB4914266-
CMYK0.6500.540.44
HSL130.97º48.69%37.45%-
HSV(B)130.97º65.49%55.69%-
XYZ11.9220.398.46-
YUV105.53105.6987.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.07%
GREEN value IS 142 (55.86% from 255) = 55.25%
BLUE value IS 66 (26.17% from 255) = 25.68%
R=19.07%
G=55.25%
B=25.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal49142660.6500.540.44130.9748.6937.45
Hex318E42410362C833125
Octal61216102101066542036145
Binary1100011000111010000101000001011011010110010000011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318E42; }

 p { color: rgb(49,142,66); }

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

<style>
 a { background-color: #318E42; }

 a { background-color: rgb(49,142,66); }

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

<style>
 span { border-color: #318E42; }

 span { border-color: rgb(49,142,66); }

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