#316242

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

Shades of Green Pea #316242

Tints of Green Pea #316242

Color information

#316242 (or 0x316242) is unknown color: approx Green Pea. HEX triplet: 31, 62 and 42. RGB value is (49,98,66). Sum of RGB (Red+Green+Blue) = 49+98+66=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #316242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316242 is #CE9DBD. Grayscale: #4F4F4F. Windows color (decimal): -13540798 or 4350513. OLE color: 4350513.

HSL color Cylindrical-coordinate representation of color #316242: hue angle of 140.82º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #316242 is Cyan = 0.5, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB499866-
CMYK0.500.330.62
HSL140.82º33.33%28.82%-
HSV(B)140.82º50%38.43%-
XYZ6.629.786.69-
YUV79.7120.27106.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 98 (38.67% from 255) = 46.01%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=23.00%
G=46.01%
B=30.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998660.500.330.62140.8233.3328.82
Hex316242320213E8d211d
Octal6114210262041762154135
Binary1100011100010100001011001001000011111101000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316242; }

 p { color: rgb(49,98,66); }

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

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

 a { background-color: rgb(49,98,66); }

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

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

 span { border-color: rgb(49,98,66); }

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