#315A43

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

Shades of Green Pea #315A43

Tints of Green Pea #315A43

Color information

#315A43 (or 0x315A43) is unknown color: approx Green Pea. HEX triplet: 31, 5A and 43. RGB value is (49,90,67). Sum of RGB (Red+Green+Blue) = 49+90+67=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #315A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315A43 is #CEA5BC. Grayscale: #4B4B4B. Windows color (decimal): -13542845 or 4414001. OLE color: 4414001.

HSL color Cylindrical-coordinate representation of color #315A43: hue angle of 146.34º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A43 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB499067-
CMYK0.4600.260.65
HSL146.34º29.5%27.25%-
HSV(B)146.34º45.56%35.29%-
XYZ5.948.376.61-
YUV75.12123.42109.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 67 (26.56% from 255) = 32.52%
R=23.79%
G=43.69%
B=32.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4990670.4600.260.65146.3429.527.25
Hex315A432E01A41921d1b
Octal61132103560321012223533
Binary110001101101010000111011100110101000001100100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,90,67); }

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

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

 a { background-color: rgb(49,90,67); }

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

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

 span { border-color: rgb(49,90,67); }

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