Html Css Color HEX #315F45 Green Pea

📋 copy color: '#315F45'

red 49 ◦ green 95 ◦ blue 69

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

Shades of Green Pea #315F45

Tints of Green Pea #315F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 44.6%

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

R = 23%
G = 44.6%
B = 32.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.63

RGB Variations

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

Color information

#315F45 (or 0x315F45) is known color: Green Pea. HEX triplet: 31, 5F and 45. RGB value is (49,95,69). Sum of RGB (Red+Green+Blue) = 49+95+69=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #315F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315F45 is #CEA0BA. Grayscale: #4E4E4E. Windows color (decimal): -13541563 or 4546353. OLE color: 4546353.

HSL color Cylindrical-coordinate representation of color #315F45: hue angle of 146.09º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #315F45 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 95 69 -
CMYK 0.48 0 0.27 0.63
HSL 146.09º 0.32% 0.28% -
HSV(B) 146.09º 0.48% 0.37% -
XYZ 6.43 9.27 7.08 -
YUV 78.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 49 95 69 0.48 0 0.27 0.63 146.09 0.32 0.28
Hex 31 5F 45 30 0 1B 3F 92 20 1C
Octal 61 137 105 60 0 33 77 222 40 34
Binary 110001 1011111 1000101 110000 0 11011 111111 10010010 100000 11100

Color Harmonies of #315F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F45

Black with #315F45

Text Example


Text Example

White with #315F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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