Html Css Color HEX #31934B Sea Green

📋 copy color: '#31934B'

red 49 ◦ green 147 ◦ blue 75

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

Shades of Sea Green #31934B

Tints of Sea Green #31934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.24%

 BLUE value IS 75 (29.69% from 255) = 27.68%

R = 18.08%
G = 54.24%
B = 27.68%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#31934B (or 0x31934B) is known color: Sea Green. HEX triplet: 31, 93 and 4B. RGB value is (49,147,75). Sum of RGB (Red+Green+Blue) = 49+147+75=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #31934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31934B is #CE6CB4. Grayscale: #6D6D6D. Windows color (decimal): -13528245 or 4952881. OLE color: 4952881.

HSL color Cylindrical-coordinate representation of color #31934B: hue angle of 135.92º 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 #31934B is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 147 75 -
CMYK 0.67 0 0.49 0.42
HSL 135.92º 0.5% 0.38% -
HSV(B) 135.92º 0.67% 0.58% -
XYZ 12.97 22.03 10.22 -
YUV 109.49 108.53 84.85 -
System Red Green Blue C M Y K H S L
Decimal 49 147 75 0.67 0 0.49 0.42 135.92 0.5 0.38
Hex 31 93 4B 43 0 31 2A 88 32 26
Octal 61 223 113 103 0 61 52 210 62 46
Binary 110001 10010011 1001011 1000011 0 110001 101010 10001000 110010 100110

Color Harmonies of #31934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31934B

Black with #31934B

Text Example


Text Example

White with #31934B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31934B;
 }
 .AnyTagClassName
 {
   color: #31934B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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