#2B3013

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

Shades of Green Waterloo #2B3013

Tints of Green Waterloo #2B3013

Color information

#2B3013 (or 0x2B3013) is unknown color: approx Green Waterloo. HEX triplet: 2B, 30 and 13. RGB value is (43,48,19). Sum of RGB (Red+Green+Blue) = 43+48+19=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3013 is #D4CFEC. Grayscale: #2B2B2B. Windows color (decimal): -13946861 or 1257515. OLE color: 1257515.

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

Color convert

RGB434819-
CMYK0.1000.600.81
HSL70.34º43.28%13.14%-
HSV(B)70.34º60.42%18.82%-
XYZ2.172.671.02-
YUV43.2114.34127.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.09%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 19 (7.81% from 255) = 17.27%
R=39.09%
G=43.64%
B=17.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4348190.1000.600.8170.3443.2813.14
Hex2B3013A03C51462bd
Octal536023120741211065315
Binary1010111100001001110100111100101000110001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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