Html Css Color HEX #31885F Sea Green

📋 copy color: '#31885F'

red 49 ◦ green 136 ◦ blue 95

#31885F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #31885F

Tints of Sea Green #31885F

RGB

 RED value IS 49 (19.53% from 255) = 17.5%

 GREEN value IS 136 (53.52% from 255) = 48.57%

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 17.5%
G = 48.57%
B = 33.93%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#31885F (or 0x31885F) is known color: Sea Green. HEX triplet: 31, 88 and 5F. RGB value is (49,136,95). Sum of RGB (Red+Green+Blue) = 49+136+95=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #31885F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31885F is #CE77A0. Grayscale: #696969. Windows color (decimal): -13531041 or 6260785. OLE color: 6260785.

HSL color Cylindrical-coordinate representation of color #31885F: hue angle of 151.72º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31885F is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 136 95 -
CMYK 0.64 0 0.30 0.47
HSL 151.72º 0.47% 0.36% -
HSV(B) 151.72º 0.64% 0.53% -
XYZ 12.14 19.09 13.87 -
YUV 105.31 122.18 87.83 -
System Red Green Blue C M Y K H S L
Decimal 49 136 95 0.64 0 0.30 0.47 151.72 0.47 0.36
Hex 31 88 5F 40 0 1E 2F 98 2F 24
Octal 61 210 137 100 0 36 57 230 57 44
Binary 110001 10001000 1011111 1000000 0 11110 101111 10011000 101111 100100

Color Harmonies of #31885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31885F

Black with #31885F

Text Example


Text Example

White with #31885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,136,95); }

 H1.HeaderClassName
 {
   color: #31885F;
 }
 .AnyTagClassName
 {
   color: #31885F;
 }
</style>

background-color css

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

 a { background-color: rgb(49,136,95); }

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

border-color css

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

 span { border-color: rgb(49,136,95); }

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