#2B2D0A

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

Shades of Green Waterloo #2B2D0A

Tints of Green Waterloo #2B2D0A

Color information

#2B2D0A (or 0x2B2D0A) is unknown color: approx Green Waterloo. HEX triplet: 2B, 2D and 0A. RGB value is (43,45,10). Sum of RGB (Red+Green+Blue) = 43+45+10=98 (12% of max value = 765). Red value is 43 (17.19% from 255 or 43.88% from 98); Green value is 45 (17.97% from 255 or 45.92% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2D0A is #D4D2F5. Grayscale: #282828. Windows color (decimal): -13947638 or 666923. OLE color: 666923.

HSL color Cylindrical-coordinate representation of color #2B2D0A: hue angle of 63.43º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B2D0A is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.82.

Color convert

RGB434510-
CMYK0.0400.780.82
HSL63.43º63.64%10.78%-
HSV(B)63.43º77.78%17.65%-
XYZ1.992.410.65-
YUV40.41110.84129.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 43.88%
GREEN value IS 45 (17.97% from 255) = 45.92%
BLUE value IS 10 (4.30% from 255) = 10.20%
R=43.88%
G=45.92%
B=10.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4345100.0400.780.8263.4363.6410.78
Hex2B2DA404E523f40b
Octal535512401161227710013
Binary101011101101101010001001110101001011111110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,45,10); }

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

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

 a { background-color: rgb(43,45,10); }

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

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

 span { border-color: rgb(43,45,10); }

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