Html Css Color HEX #31331D Green Waterloo

📋 copy color: '#31331D'

red 49 ◦ green 51 ◦ blue 29

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

Shades of Green Waterloo #31331D

Tints of Green Waterloo #31331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 39.53%

 BLUE value IS 29 (11.72% from 255) = 22.48%

R = 37.98%
G = 39.53%
B = 22.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#31331D (or 0x31331D) is known color: Green Waterloo. HEX triplet: 31, 33 and 1D. RGB value is (49,51,29). Sum of RGB (Red+Green+Blue) = 49+51+29=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 51 - color contains mainly: green. Hex color #31331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31331D is #CECCE2. Grayscale: #2F2F2F. Windows color (decimal): -13552867 or 1913649. OLE color: 1913649.

HSL color Cylindrical-coordinate representation of color #31331D: hue angle of 65.45º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #31331D is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 49 51 29 -
CMYK 0.04 0 0.43 0.8
HSL 65.45º 0.28% 0.16% -
HSV(B) 65.45º 0.43% 0.2% -
XYZ 2.67 3.11 1.62 -
YUV 47.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 49 51 29 0.04 0 0.43 0.8 65.45 0.28 0.16
Hex 31 33 1D 4 0 2B 50 41 1C 10
Octal 61 63 35 4 0 53 120 101 34 20
Binary 110001 110011 11101 100 0 101011 1010000 1000001 11100 10000

Color Harmonies of #31331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31331D

Black with #31331D

Text Example


Text Example

White with #31331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31331D; }

 p { color: rgb(49,51,29); }

 H1.HeaderClassName
 {
   color: #31331D;
 }
 .AnyTagClassName
 {
   color: #31331D;
 }
</style>

background-color css

<style>
 a { background-color: #31331D; }

 a { background-color: rgb(49,51,29); }

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

border-color css

<style>
 span { border-color: #31331D; }

 span { border-color: rgb(49,51,29); }

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