Html Css Color HEX #315D44 Green Pea

📋 copy color: '#315D44'

red 49 ◦ green 93 ◦ blue 68

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

Shades of Green Pea #315D44

Tints of Green Pea #315D44

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.29%

 BLUE value IS 68 (26.95% from 255) = 32.38%

R = 23.33%
G = 44.29%
B = 32.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#315D44 (or 0x315D44) is known color: Green Pea. HEX triplet: 31, 5D and 44. RGB value is (49,93,68). Sum of RGB (Red+Green+Blue) = 49+93+68=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #315D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D44 is #CEA2BB. Grayscale: #4D4D4D. Windows color (decimal): -13542076 or 4480305. OLE color: 4480305.

HSL color Cylindrical-coordinate representation of color #315D44: hue angle of 145.91º degrees, saturation: 0.31, 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 #315D44 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 68 -
CMYK 0.47 0 0.27 0.64
HSL 145.91º 0.31% 0.28% -
HSV(B) 145.91º 0.47% 0.36% -
XYZ 6.22 8.9 6.86 -
YUV 76.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 49 93 68 0.47 0 0.27 0.64 145.91 0.31 0.28
Hex 31 5D 44 2F 0 1B 40 92 1F 1C
Octal 61 135 104 57 0 33 100 222 37 34
Binary 110001 1011101 1000100 101111 0 11011 1000000 10010010 11111 11100

Color Harmonies of #315D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D44

Black with #315D44

Text Example


Text Example

White with #315D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,93,68); }

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

background-color css

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

 a { background-color: rgb(49,93,68); }

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

border-color css

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

 span { border-color: rgb(49,93,68); }

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