Html Css Color HEX #315D47 Green Pea

📋 copy color: '#315D47'

red 49 ◦ green 93 ◦ blue 71

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

Shades of Green Pea #315D47

Tints of Green Pea #315D47

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.66%

 BLUE value IS 71 (28.13% from 255) = 33.33%

R = 23%
G = 43.66%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#315D47 (or 0x315D47) is known color: Green Pea. HEX triplet: 31, 5D and 47. RGB value is (49,93,71). Sum of RGB (Red+Green+Blue) = 49+93+71=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 93 - color contains mainly: green. Hex color #315D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D47 is #CEA2B8. Grayscale: #4D4D4D. Windows color (decimal): -13542073 or 4676913. OLE color: 4676913.

HSL color Cylindrical-coordinate representation of color #315D47: hue angle of 150º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D47 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 71 -
CMYK 0.47 0 0.24 0.64
HSL 150º 0.31% 0.28% -
HSV(B) 150º 0.47% 0.36% -
XYZ 6.32 8.94 7.35 -
YUV 77.34 124.42 107.79 -
System Red Green Blue C M Y K H S L
Decimal 49 93 71 0.47 0 0.24 0.64 150 0.31 0.28
Hex 31 5D 47 2F 0 18 40 96 1F 1C
Octal 61 135 107 57 0 30 100 226 37 34
Binary 110001 1011101 1000111 101111 0 11000 1000000 10010110 11111 11100

Color Harmonies of #315D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D47

Black with #315D47

Text Example


Text Example

White with #315D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315D47; }

 p { color: rgb(49,93,71); }

 H1.HeaderClassName
 {
   color: #315D47;
 }
 .AnyTagClassName
 {
   color: #315D47;
 }
</style>

background-color css

<style>
 a { background-color: #315D47; }

 a { background-color: rgb(49,93,71); }

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

border-color css

<style>
 span { border-color: #315D47; }

 span { border-color: rgb(49,93,71); }

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