#2B300A

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

Shades of Green Waterloo #2B300A

Tints of Green Waterloo #2B300A

Color information

#2B300A (or 0x2B300A) is unknown color: approx Green Waterloo. HEX triplet: 2B, 30 and 0A. RGB value is (43,48,10). Sum of RGB (Red+Green+Blue) = 43+48+10=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #2B300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B300A is #D4CFF5. Grayscale: #2A2A2A. Windows color (decimal): -13946870 or 667691. OLE color: 667691.

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

Color convert

RGB434810-
CMYK0.1000.790.81
HSL67.89º65.52%11.37%-
HSV(B)67.89º79.17%18.82%-
XYZ2.112.650.69-
YUV42.17109.84128.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 42.57%
GREEN value IS 48 (19.14% from 255) = 47.52%
BLUE value IS 10 (4.30% from 255) = 9.90%
R=42.57%
G=47.52%
B=9.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4348100.1000.790.8167.8965.5211.37
Hex2B30AA04F514442b
Octal53601212011712110410213
Binary10101111000010101010010011111010001100010010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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