#2D311B

Color #2D311B Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #2D311B

Tints of Green Waterloo #2D311B

Color information

#2D311B (or 0x2D311B) is unknown color: approx 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

RGB454927-
CMYK0.0800.450.81
HSL70.91º28.95%14.9%-
HSV(B)70.91º44.9%19.22%-
XYZ2.382.831.46-
YUV45.3117.67127.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 37.19%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=37.19%
G=40.50%
B=22.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4549270.0800.450.8170.9128.9514.9
Hex2D311B802D51471df
Octal556133100551211073517
Binary101101110001110111000010110110100011000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>