#315C47

Color #315C47 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #315C47

Tints of Green Pea #315C47

Color information

#315C47 (or 0x315C47) is unknown color: approx Green Pea. HEX triplet: 31, 5C and 47. RGB value is (49,92,71). Sum of RGB (Red+Green+Blue) = 49+92+71=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 92 (36.33% from 255 or 43.40% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 92 - color contains mainly: green. Hex color #315C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C47 is #CEA3B8. Grayscale: #4C4C4C. Windows color (decimal): -13542329 or 4676657. OLE color: 4676657.

HSL color Cylindrical-coordinate representation of color #315C47: hue angle of 150.7º degrees, saturation: 0.3, 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 #315C47 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB499271-
CMYK0.4700.230.64
HSL150.7º30.5%27.65%-
HSV(B)150.7º46.74%36.08%-
XYZ6.238.767.32-
YUV76.75124.75108.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 92 (36.33% from 255) = 43.40%
BLUE value IS 71 (28.12% from 255) = 33.49%
R=23.11%
G=43.40%
B=33.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4992710.4700.230.64150.730.527.65
Hex315C472F01740971e1c
Octal61134107570271002273634
Binary110001101110010001111011110101111000000100101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #315C47;
 }
 .AnyTagClassName
 {
   color: #315C47;
 }
</style>
background-color css

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

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

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

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

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

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