#2B3016

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

Shades of Green Waterloo #2B3016

Tints of Green Waterloo #2B3016

Color information

#2B3016 (or 0x2B3016) is unknown color: approx Green Waterloo. HEX triplet: 2B, 30 and 16. RGB value is (43,48,22). Sum of RGB (Red+Green+Blue) = 43+48+22=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3016 is #D4CFE9. Grayscale: #2B2B2B. Windows color (decimal): -13946858 or 1454123. OLE color: 1454123.

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

Color convert

RGB434822-
CMYK0.1000.540.81
HSL71.54º37.14%13.73%-
HSV(B)71.54º54.17%18.82%-
XYZ2.22.691.16-
YUV43.54115.84127.61-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 38.05%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=38.05%
G=42.48%
B=19.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4348220.1000.540.8171.5437.1413.73
Hex2B3016A036514825e
Octal536026120661211104516
Binary1010111100001011010100110110101000110010001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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