Html Css Color HEX #315C42 Green Pea

📋 copy color: '#315C42'

red 49 ◦ green 92 ◦ blue 66

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

Shades of Green Pea #315C42

Tints of Green Pea #315C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.44%

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

R = 23.67%
G = 44.44%
B = 31.88%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.64

RGB Variations

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

Color information

#315C42 (or 0x315C42) is known color: Green Pea. HEX triplet: 31, 5C and 42. RGB value is (49,92,66). Sum of RGB (Red+Green+Blue) = 49+92+66=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #315C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315C42 is #CEA3BD. Grayscale: #4C4C4C. Windows color (decimal): -13542334 or 4348977. OLE color: 4348977.

HSL color Cylindrical-coordinate representation of color #315C42: hue angle of 143.72º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315C42 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 92 66 -
CMYK 0.47 0 0.28 0.64
HSL 143.72º 0.3% 0.28% -
HSV(B) 143.72º 0.47% 0.36% -
XYZ 6.08 8.7 6.51 -
YUV 76.18 122.25 108.61 -
System Red Green Blue C M Y K H S L
Decimal 49 92 66 0.47 0 0.28 0.64 143.72 0.3 0.28
Hex 31 5C 42 2F 0 1C 40 90 1E 1C
Octal 61 134 102 57 0 34 100 220 36 34
Binary 110001 1011100 1000010 101111 0 11100 1000000 10010000 11110 11100

Color Harmonies of #315C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C42

Black with #315C42

Text Example


Text Example

White with #315C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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