#315D44

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

Shades of Green Pea #315D44

Tints of Green Pea #315D44

Color information

#315D44 (or 0x315D44) is unknown color: approx Green Pea. HEX triplet: 31, 5D and 44. RGB value is (49,93,68). Sum of RGB (Red+Green+Blue) = 49+93+68=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #315D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D44 is #CEA2BB. Grayscale: #4D4D4D. Windows color (decimal): -13542076 or 4480305. OLE color: 4480305.

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

Color convert

RGB499368-
CMYK0.4700.270.64
HSL145.91º30.99%27.84%-
HSV(B)145.91º47.31%36.47%-
XYZ6.228.96.86-
YUV76.99122.92108.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 93 (36.72% from 255) = 44.29%
BLUE value IS 68 (26.95% from 255) = 32.38%
R=23.33%
G=44.29%
B=32.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4993680.4700.270.64145.9130.9927.84
Hex315D442F01B40921f1c
Octal61135104570331002223734
Binary110001101110110001001011110110111000000100100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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