#2B3110

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

Shades of Green Waterloo #2B3110

Tints of Green Waterloo #2B3110

Color information

#2B3110 (or 0x2B3110) is unknown color: approx Green Waterloo. HEX triplet: 2B, 31 and 10. RGB value is (43,49,16). Sum of RGB (Red+Green+Blue) = 43+49+16=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #2B3110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3110 is #D4CEEF. Grayscale: #2B2B2B. Windows color (decimal): -13946608 or 1061163. OLE color: 1061163.

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

Color convert

RGB434916-
CMYK0.1200.670.81
HSL70.91º50.77%12.75%-
HSV(B)70.91º67.35%19.22%-
XYZ2.192.750.91-
YUV43.44112.51127.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 39.81%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=39.81%
G=45.37%
B=14.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4349160.1200.670.8170.9150.7712.75
Hex2B3110C043514733d
Octal5361201401031211076315
Binary10101111000110000110001000011101000110001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,49,16); }

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

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

 a { background-color: rgb(43,49,16); }

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

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

 span { border-color: rgb(43,49,16); }

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