#2B2D0D

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

Shades of Green Waterloo #2B2D0D

Tints of Green Waterloo #2B2D0D

Color information

#2B2D0D (or 0x2B2D0D) is unknown color: approx Green Waterloo. HEX triplet: 2B, 2D and 0D. RGB value is (43,45,13). Sum of RGB (Red+Green+Blue) = 43+45+13=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 45 (17.97% from 255 or 44.55% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 45 - color contains mainly: green. Hex color #2B2D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2D0D is #D4D2F2. Grayscale: #282828. Windows color (decimal): -13947635 or 863531. OLE color: 863531.

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

Color convert

RGB434513-
CMYK0.0400.710.82
HSL63.75º55.17%11.37%-
HSV(B)63.75º71.11%17.65%-
XYZ2.012.420.74-
YUV40.75112.34129.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 42.57%
GREEN value IS 45 (17.97% from 255) = 44.55%
BLUE value IS 13 (5.47% from 255) = 12.87%
R=42.57%
G=44.55%
B=12.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4345130.0400.710.8263.7555.1711.37
Hex2B2DD4047524037b
Octal535515401071221006713
Binary101011101101110110001000111101001010000001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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