Html Css Color HEX #313229 Green Waterloo

📋 copy color: '#313229'

red 49 ◦ green 50 ◦ blue 41

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

Shades of Green Waterloo #313229

Tints of Green Waterloo #313229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 35.71%

 BLUE value IS 41 (16.41% from 255) = 29.29%

R = 35%
G = 35.71%
B = 29.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#313229 (or 0x313229) is known color: Green Waterloo. HEX triplet: 31, 32 and 29. RGB value is (49,50,41). Sum of RGB (Red+Green+Blue) = 49+50+41=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 50 - color contains mainly: green. Hex color #313229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313229 is #CECDD6. Grayscale: #303030. Windows color (decimal): -13553111 or 2699825. OLE color: 2699825.

HSL color Cylindrical-coordinate representation of color #313229: hue angle of 66.67º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #313229 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 50 41 -
CMYK 0.02 0 0.18 0.80
HSL 66.67º 0.1% 0.18% -
HSV(B) 66.67º 0.18% 0.2% -
XYZ 2.81 3.09 2.55 -
YUV 48.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 49 50 41 0.02 0 0.18 0.80 66.67 0.1 0.18
Hex 31 32 29 2 0 12 50 43 A 12
Octal 61 62 51 2 0 22 120 103 12 22
Binary 110001 110010 101001 10 0 10010 1010000 1000011 1010 10010

Color Harmonies of #313229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313229

Black with #313229

Text Example


Text Example

White with #313229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313229; }

 p { color: rgb(49,50,41); }

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

background-color css

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

 a { background-color: rgb(49,50,41); }

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

border-color css

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

 span { border-color: rgb(49,50,41); }

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