Html Css Color HEX #316242 Green Pea

📋 copy color: '#316242'

red 49 ◦ green 98 ◦ blue 66

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

Shades of Green Pea #316242

Tints of Green Pea #316242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

 BLUE value IS 66 (26.17% from 255) = 30.99%

R = 23%
G = 46.01%
B = 30.99%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#316242 (or 0x316242) is known color: 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

RGB 49 98 66 -
CMYK 0.5 0 0.33 0.62
HSL 140.82º 0.33% 0.29% -
HSV(B) 140.82º 0.5% 0.38% -
XYZ 6.62 9.78 6.69 -
YUV 79.7 120.27 106.1 -
System Red Green Blue C M Y K H S L
Decimal 49 98 66 0.5 0 0.33 0.62 140.82 0.33 0.29
Hex 31 62 42 32 0 21 3E 8D 21 1D
Octal 61 142 102 62 0 41 76 215 41 35
Binary 110001 1100010 1000010 110010 0 100001 111110 10001101 100001 11101

Color Harmonies of #316242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316242

Black with #316242

Text Example


Text Example

White with #316242

Text Example


Text Example

HTML Codes & Css Web 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>