Html Css Color HEX #315945 Green Pea

📋 copy color: '#315945'

red 49 ◦ green 89 ◦ blue 69

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

Shades of Green Pea #315945

Tints of Green Pea #315945

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43%

 BLUE value IS 69 (27.34% from 255) = 33.33%

R = 23.67%
G = 43%
B = 33.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#315945 (or 0x315945) is known color: Green Pea. HEX triplet: 31, 59 and 45. RGB value is (49,89,69). Sum of RGB (Red+Green+Blue) = 49+89+69=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 69 (27.34% from 255 or 33.33% from 207); Max value from RGB is 89 - color contains mainly: green. Hex color #315945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315945 is #CEA6BA. Grayscale: #4A4A4A. Windows color (decimal): -13543099 or 4544817. OLE color: 4544817.

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

Color convert

RGB 49 89 69 -
CMYK 0.45 0 0.22 0.65
HSL 150º 0.29% 0.27% -
HSV(B) 150º 0.45% 0.35% -
XYZ 5.91 8.23 6.91 -
YUV 74.76 124.75 109.63 -
System Red Green Blue C M Y K H S L
Decimal 49 89 69 0.45 0 0.22 0.65 150 0.29 0.27
Hex 31 59 45 2D 0 16 41 96 1D 1B
Octal 61 131 105 55 0 26 101 226 35 33
Binary 110001 1011001 1000101 101101 0 10110 1000001 10010110 11101 11011

Color Harmonies of #315945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315945

Black with #315945

Text Example


Text Example

White with #315945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315945; }

 p { color: rgb(49,89,69); }

 H1.HeaderClassName
 {
   color: #315945;
 }
 .AnyTagClassName
 {
   color: #315945;
 }
</style>

background-color css

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

 a { background-color: rgb(49,89,69); }

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

border-color css

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

 span { border-color: rgb(49,89,69); }

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