#2B3019

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

Shades of Green Waterloo #2B3019

Tints of Green Waterloo #2B3019

Color information

#2B3019 (or 0x2B3019) is unknown color: approx Green Waterloo. HEX triplet: 2B, 30 and 19. RGB value is (43,48,25). Sum of RGB (Red+Green+Blue) = 43+48+25=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3019 is #D4CFE6. Grayscale: #2B2B2B. Windows color (decimal): -13946855 or 1650731. OLE color: 1650731.

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

Color convert

RGB434825-
CMYK0.1000.480.81
HSL73.04º31.51%14.31%-
HSV(B)73.04º47.92%18.82%-
XYZ2.232.71.32-
YUV43.88117.34127.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 37.07%
GREEN value IS 48 (19.14% from 255) = 41.38%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=37.07%
G=41.38%
B=21.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4348250.1000.480.8173.0431.5114.31
Hex2B3019A030514920e
Octal536031120601211114016
Binary1010111100001100110100110000101000110010011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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