Html Css Color HEX #2D311C Green Waterloo

📋 copy color: '#2D311C'

red 45 ◦ green 49 ◦ blue 28

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

Shades of Green Waterloo #2D311C

Tints of Green Waterloo #2D311C

RGB

 RED value IS 45 (17.97% from 255) = 36.89%

 GREEN value IS 49 (19.53% from 255) = 40.16%

 BLUE value IS 28 (11.33% from 255) = 22.95%

R = 36.89%
G = 40.16%
B = 22.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.81

RGB Variations

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

Color information

#2D311C (or 0x2D311C) is known color: Green Waterloo. HEX triplet: 2D, 31 and 1C. RGB value is (45,49,28). Sum of RGB (Red+Green+Blue) = 45+49+28=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #2D311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D311C is #D2CEE3. Grayscale: #2D2D2D. Windows color (decimal): -13815524 or 1847597. OLE color: 1847597.

HSL color Cylindrical-coordinate representation of color #2D311C: hue angle of 71.43º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2D311C is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB 45 49 28 -
CMYK 0.08 0 0.43 0.81
HSL 71.43º 0.27% 0.15% -
HSV(B) 71.43º 0.43% 0.19% -
XYZ 2.39 2.84 1.52 -
YUV 45.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 45 49 28 0.08 0 0.43 0.81 71.43 0.27 0.15
Hex 2D 31 1C 8 0 2B 51 47 1B F
Octal 55 61 34 10 0 53 121 107 33 17
Binary 101101 110001 11100 1000 0 101011 1010001 1000111 11011 1111

Color Harmonies of #2D311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D311C

Black with #2D311C

Text Example


Text Example

White with #2D311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D311C; }

 p { color: rgb(45,49,28); }

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

background-color css

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

 a { background-color: rgb(45,49,28); }

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

border-color css

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

 span { border-color: rgb(45,49,28); }

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