Html Css Color HEX #315E42 Green Pea

📋 copy color: '#315E42'

red 49 ◦ green 94 ◦ blue 66

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

Shades of Green Pea #315E42

Tints of Green Pea #315E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.98%

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

R = 23.44%
G = 44.98%
B = 31.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.63

RGB Variations

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

Color information

#315E42 (or 0x315E42) is known color: Green Pea. HEX triplet: 31, 5E and 42. RGB value is (49,94,66). Sum of RGB (Red+Green+Blue) = 49+94+66=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 94 - color contains mainly: green. Hex color #315E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315E42 is #CEA1BD. Grayscale: #4D4D4D. Windows color (decimal): -13541822 or 4349489. OLE color: 4349489.

HSL color Cylindrical-coordinate representation of color #315E42: hue angle of 142.67º degrees, saturation: 0.31, 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 #315E42 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 94 66 -
CMYK 0.48 0 0.30 0.63
HSL 142.67º 0.31% 0.28% -
HSV(B) 142.67º 0.48% 0.37% -
XYZ 6.25 9.05 6.57 -
YUV 77.35 121.59 107.78 -
System Red Green Blue C M Y K H S L
Decimal 49 94 66 0.48 0 0.30 0.63 142.67 0.31 0.28
Hex 31 5E 42 30 0 1E 3F 8F 1F 1C
Octal 61 136 102 60 0 36 77 217 37 34
Binary 110001 1011110 1000010 110000 0 11110 111111 10001111 11111 11100

Color Harmonies of #315E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E42

Black with #315E42

Text Example


Text Example

White with #315E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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