#2B2D11

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

Shades of Green Waterloo #2B2D11

Tints of Green Waterloo #2B2D11

Color information

#2B2D11 (or 0x2B2D11) is unknown color: approx Green Waterloo. HEX triplet: 2B, 2D and 11. RGB value is (43,45,17). Sum of RGB (Red+Green+Blue) = 43+45+17=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 45 (17.97% from 255 or 42.86% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2D11 is #D4D2EE. Grayscale: #292929. Windows color (decimal): -13947631 or 1125675. OLE color: 1125675.

HSL color Cylindrical-coordinate representation of color #2B2D11: hue angle of 64.29º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B2D11 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB434517-
CMYK0.0400.620.82
HSL64.29º45.16%12.16%-
HSV(B)64.29º62.22%17.65%-
XYZ2.042.430.89-
YUV41.21114.34129.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.95%
GREEN value IS 45 (17.97% from 255) = 42.86%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=40.95%
G=42.86%
B=16.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4345170.0400.620.8264.2945.1612.16
Hex2B2D11403E52402dc
Octal53552140761221005514
Binary101011101101100011000111110101001010000001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,45,17); }

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

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

 a { background-color: rgb(43,45,17); }

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

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

 span { border-color: rgb(43,45,17); }

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