#2B3002

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

Shades of Green Waterloo #2B3002

Tints of Green Waterloo #2B3002

Color information

#2B3002 (or 0x2B3002) is unknown color: approx Green Waterloo. HEX triplet: 2B, 30 and 02. RGB value is (43,48,2). Sum of RGB (Red+Green+Blue) = 43+48+2=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3002 is #D4CFFD. Grayscale: #292929. Windows color (decimal): -13946878 or 143403. OLE color: 143403.

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

Color convert

RGB43482-
CMYK0.1000.960.81
HSL66.52º92%9.8%-
HSV(B)66.52º95.83%18.82%-
XYZ2.062.630.46-
YUV41.26105.84129.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 46.24%
GREEN value IS 48 (19.14% from 255) = 51.61%
BLUE value IS 2 (1.17% from 255) = 2.15%
R=46.24%
G=51.61%
B=2.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal434820.1000.960.8166.52929.8
Hex2B302A06051435ca
Octal5360212014012110313412
Binary101011110000101010011000001010001100001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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