#2D2E28

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

Shades of Green Waterloo #2D2E28

Tints of Green Waterloo #2D2E28

Color information

#2D2E28 (or 0x2D2E28) is unknown color: approx Green Waterloo. HEX triplet: 2D, 2E and 28. RGB value is (45,46,40). Sum of RGB (Red+Green+Blue) = 45+46+40=131 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.35% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 46 - color contains mainly: green. Hex color #2D2E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2E28 is #D2D1D7. Grayscale: #2D2D2D. Windows color (decimal): -13816280 or 2633261. OLE color: 2633261.

HSL color Cylindrical-coordinate representation of color #2D2E28: hue angle of 70º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2D2E28 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.

Color convert

RGB454640-
CMYK0.0200.130.82
HSL70º6.98%16.86%-
HSV(B)70º13.04%18.04%-
XYZ2.442.672.39-
YUV45.02125.17127.99-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 34.35%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=34.35%
G=35.11%
B=30.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4546400.0200.130.82706.9816.86
Hex2D2E2820D5246711
Octal5556502015122106721
Binary10110110111010100010011011010010100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,46,40); }

 H1.HeaderClassName
 {
   color: #2D2E28;
 }
 .AnyTagClassName
 {
   color: #2D2E28;
 }
</style>
background-color css

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

 a { background-color: rgb(45,46,40); }

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

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

 span { border-color: rgb(45,46,40); }

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