#2B2E1B

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

Shades of Green Waterloo #2B2E1B

Tints of Green Waterloo #2B2E1B

Color information

#2B2E1B (or 0x2B2E1B) is unknown color: approx Green Waterloo. HEX triplet: 2B, 2E and 1B. RGB value is (43,46,27). Sum of RGB (Red+Green+Blue) = 43+46+27=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E1B is #D4D1E4. Grayscale: #2B2B2B. Windows color (decimal): -13947365 or 1781291. OLE color: 1781291.

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

Color convert

RGB434627-
CMYK0.0700.410.82
HSL69.47º26.03%14.31%-
HSV(B)69.47º41.3%18.04%-
XYZ2.172.551.41-
YUV42.94119.01128.04-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.07%
GREEN value IS 46 (18.36% from 255) = 39.66%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=37.07%
G=39.66%
B=23.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4346270.0700.410.8269.4726.0314.31
Hex2B2E1B702952451ae
Octal53563370511221053216
Binary10101110111011011111010100110100101000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,46,27); }

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

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

 a { background-color: rgb(43,46,27); }

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

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

 span { border-color: rgb(43,46,27); }

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