#31934F

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

Shades of Sea Green #31934F

Tints of Sea Green #31934F

Color information

#31934F (or 0x31934F) is unknown color: approx Sea Green. HEX triplet: 31, 93 and 4F. RGB value is (49,147,79). Sum of RGB (Red+Green+Blue) = 49+147+79=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #31934F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31934F is #CE6CB0. Grayscale: #6E6E6E. Windows color (decimal): -13528241 or 5215025. OLE color: 5215025.

HSL color Cylindrical-coordinate representation of color #31934F: hue angle of 138.37º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31934F is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB4914779-
CMYK0.6700.460.42
HSL138.37º50%38.43%-
HSV(B)138.37º66.67%57.65%-
XYZ13.1122.0810.97-
YUV109.95110.5384.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.82%
GREEN value IS 147 (57.81% from 255) = 53.45%
BLUE value IS 79 (31.25% from 255) = 28.73%
R=17.82%
G=53.45%
B=28.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49147790.6700.460.42138.375038.43
Hex31934F4302E2A8a3226
Octal61223117103056522126246
Binary1100011001001110011111000011010111010101010001010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31934F; }

 p { color: rgb(49,147,79); }

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

<style>
 a { background-color: #31934F; }

 a { background-color: rgb(49,147,79); }

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

<style>
 span { border-color: #31934F; }

 span { border-color: rgb(49,147,79); }

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