#2B2E0E

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

Shades of Green Waterloo #2B2E0E

Tints of Green Waterloo #2B2E0E

Color information

#2B2E0E (or 0x2B2E0E) is unknown color: approx Green Waterloo. HEX triplet: 2B, 2E and 0E. RGB value is (43,46,14). Sum of RGB (Red+Green+Blue) = 43+46+14=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 46 - color contains mainly: green. Hex color #2B2E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2E0E is #D4D1F1. Grayscale: #292929. Windows color (decimal): -13947378 or 929323. OLE color: 929323.

HSL color Cylindrical-coordinate representation of color #2B2E0E: hue angle of 65.62º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B2E0E is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB434614-
CMYK0.0700.700.82
HSL65.62º53.33%11.76%-
HSV(B)65.62º69.57%18.04%-
XYZ2.052.50.79-
YUV41.46112.51129.1-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 41.75%
GREEN value IS 46 (18.36% from 255) = 44.66%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=41.75%
G=44.66%
B=13.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4346140.0700.700.8265.6253.3311.76
Hex2B2EE7046524235c
Octal535616701061221026514
Binary101011101110111011101000110101001010000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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