Html Css Color HEX #31875F Sea Green

📋 copy color: '#31875F'

red 49 ◦ green 135 ◦ blue 95

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

Shades of Sea Green #31875F

Tints of Sea Green #31875F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 48.39%

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

R = 17.56%
G = 48.39%
B = 34.05%

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

#31875F (or 0x31875F) is known color: Sea Green. HEX triplet: 31, 87 and 5F. RGB value is (49,135,95). Sum of RGB (Red+Green+Blue) = 49+135+95=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #31875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31875F is #CE78A0. Grayscale: #686868. Windows color (decimal): -13531297 or 6260529. OLE color: 6260529.

HSL color Cylindrical-coordinate representation of color #31875F: hue angle of 152.09º 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 #31875F is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 135 95 -
CMYK 0.64 0 0.30 0.47
HSL 152.09º 0.47% 0.36% -
HSV(B) 152.09º 0.64% 0.53% -
XYZ 12 18.81 13.82 -
YUV 104.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 49 135 95 0.64 0 0.30 0.47 152.09 0.47 0.36
Hex 31 87 5F 40 0 1E 2F 98 2F 24
Octal 61 207 137 100 0 36 57 230 57 44
Binary 110001 10000111 1011111 1000000 0 11110 101111 10011000 101111 100100

Color Harmonies of #31875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31875F

Black with #31875F

Text Example


Text Example

White with #31875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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