#2B3011

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

Shades of Green Waterloo #2B3011

Tints of Green Waterloo #2B3011

Color information

#2B3011 (or 0x2B3011) is unknown color: approx Green Waterloo. HEX triplet: 2B, 30 and 11. RGB value is (43,48,17). Sum of RGB (Red+Green+Blue) = 43+48+17=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3011 is #D4CFEE. Grayscale: #2B2B2B. Windows color (decimal): -13946863 or 1126443. OLE color: 1126443.

HSL color Cylindrical-coordinate representation of color #2B3011: hue angle of 69.68º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B3011 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.

Color convert

RGB434817-
CMYK0.1000.650.81
HSL69.68º47.69%12.75%-
HSV(B)69.68º64.58%18.82%-
XYZ2.152.670.93-
YUV42.97113.34128.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.81%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=39.81%
G=44.44%
B=15.74%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4348170.1000.650.8169.6847.6912.75
Hex2B3011A041514630d
Octal5360211201011211066015
Binary10101111000010001101001000001101000110001101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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