#2D321B

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

Shades of Green Waterloo #2D321B

Tints of Green Waterloo #2D321B

Color information

#2D321B (or 0x2D321B) is unknown color: approx Green Waterloo. HEX triplet: 2D, 32 and 1B. RGB value is (45,50,27). Sum of RGB (Red+Green+Blue) = 45+50+27=122 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.89% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 50 - color contains mainly: green. Hex color #2D321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D321B is #D2CDE4. Grayscale: #2D2D2D. Windows color (decimal): -13815269 or 1782317. OLE color: 1782317.

HSL color Cylindrical-coordinate representation of color #2D321B: hue angle of 73.04º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D321B is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB455027-
CMYK0.1000.460.80
HSL73.04º29.87%15.1%-
HSV(B)73.04º46%19.61%-
XYZ2.422.921.47-
YUV45.88117.34127.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.89%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=36.89%
G=40.98%
B=22.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4550270.1000.460.8073.0429.8715.1
Hex2D321BA02E50491ef
Octal556233120561201113617
Binary101101110010110111010010111010100001001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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