Html Css Color HEX #31825F Sea Green

📋 copy color: '#31825F'

red 49 ◦ green 130 ◦ blue 95

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

Shades of Sea Green #31825F

Tints of Sea Green #31825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.45%

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

R = 17.88%
G = 47.45%
B = 34.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#31825F (or 0x31825F) is known color: Sea Green. HEX triplet: 31, 82 and 5F. RGB value is (49,130,95). Sum of RGB (Red+Green+Blue) = 49+130+95=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #31825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31825F is #CE7DA0. Grayscale: #656565. Windows color (decimal): -13532577 or 6259249. OLE color: 6259249.

HSL color Cylindrical-coordinate representation of color #31825F: hue angle of 154.07º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31825F is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 95 -
CMYK 0.62 0 0.27 0.49
HSL 154.07º 0.45% 0.35% -
HSV(B) 154.07º 0.62% 0.51% -
XYZ 11.31 17.44 13.6 -
YUV 101.79 124.16 90.35 -
System Red Green Blue C M Y K H S L
Decimal 49 130 95 0.62 0 0.27 0.49 154.07 0.45 0.35
Hex 31 82 5F 3E 0 1B 31 9A 2D 23
Octal 61 202 137 76 0 33 61 232 55 43
Binary 110001 10000010 1011111 111110 0 11011 110001 10011010 101101 100011

Color Harmonies of #31825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31825F

Black with #31825F

Text Example


Text Example

White with #31825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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