Html Css Color HEX #2D311B Green Waterloo

📋 copy color: '#2D311B'

red 45 ◦ green 49 ◦ blue 27

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

Shades of Green Waterloo #2D311B

Tints of Green Waterloo #2D311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 37.19%
G = 40.5%
B = 22.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.81

RGB Variations

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

Color information

#2D311B (or 0x2D311B) is known color: Green Waterloo. HEX triplet: 2D, 31 and 1B. RGB value is (45,49,27). Sum of RGB (Red+Green+Blue) = 45+49+27=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #2D311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D311B is #D2CEE4. Grayscale: #2D2D2D. Windows color (decimal): -13815525 or 1782061. OLE color: 1782061.

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

Color convert

RGB 45 49 27 -
CMYK 0.08 0 0.45 0.81
HSL 70.91º 0.29% 0.15% -
HSV(B) 70.91º 0.45% 0.19% -
XYZ 2.38 2.83 1.46 -
YUV 45.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 45 49 27 0.08 0 0.45 0.81 70.91 0.29 0.15
Hex 2D 31 1B 8 0 2D 51 47 1D F
Octal 55 61 33 10 0 55 121 107 35 17
Binary 101101 110001 11011 1000 0 101101 1010001 1000111 11101 1111

Color Harmonies of #2D311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D311B

Black with #2D311B

Text Example


Text Example

White with #2D311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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