#2B2E14

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

Shades of Green Waterloo #2B2E14

Tints of Green Waterloo #2B2E14

Color information

#2B2E14 (or 0x2B2E14) is unknown color: approx Green Waterloo. HEX triplet: 2B, 2E and 14. RGB value is (43,46,20). Sum of RGB (Red+Green+Blue) = 43+46+20=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 20 (8.20% from 255 or 18.35% from 109); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2E14 is #D4D1EB. Grayscale: #2A2A2A. Windows color (decimal): -13947372 or 1322539. OLE color: 1322539.

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

Color convert

RGB434620-
CMYK0.0700.570.82
HSL66.92º39.39%12.94%-
HSV(B)66.92º56.52%18.04%-
XYZ2.12.521.04-
YUV42.14115.51128.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.45%
GREEN value IS 46 (18.36% from 255) = 42.20%
BLUE value IS 20 (8.20% from 255) = 18.35%
R=39.45%
G=42.20%
B=18.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4346200.0700.570.8266.9239.3912.94
Hex2B2E147039524327d
Octal53562470711221034715
Binary101011101110101001110111001101001010000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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