Html Css Color HEX #315E28 Green House

📋 copy color: '#315E28'

red 49 ◦ green 94 ◦ blue 40

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

Shades of Green House #315E28

Tints of Green House #315E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.86%

R = 26.78%
G = 51.37%
B = 21.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.57

 K value IS 0.63

RGB Variations

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

Color information

#315E28 (or 0x315E28) is known color: Green House. HEX triplet: 31, 5E and 28. RGB value is (49,94,40). Sum of RGB (Red+Green+Blue) = 49+94+40=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 94 (37.11% from 255 or 51.37% from 183); Blue value is 40 (16.02% from 255 or 21.86% from 183); Max value from RGB is 94 - color contains mainly: green. Hex color #315E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315E28 is #CEA1D7. Grayscale: #4A4A4A. Windows color (decimal): -13541848 or 2645553. OLE color: 2645553.

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

Color convert

RGB 49 94 40 -
CMYK 0.48 0 0.57 0.63
HSL 110º 0.4% 0.26% -
HSV(B) 110º 0.57% 0.37% -
XYZ 5.65 8.81 3.41 -
YUV 74.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 49 94 40 0.48 0 0.57 0.63 110 0.4 0.26
Hex 31 5E 28 30 0 39 3F 6E 28 1A
Octal 61 136 50 60 0 71 77 156 50 32
Binary 110001 1011110 101000 110000 0 111001 111111 1101110 101000 11010

Color Harmonies of #315E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315E28

Black with #315E28

Text Example


Text Example

White with #315E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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