#2A3005

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

Shades of Green Waterloo #2A3005

Tints of Green Waterloo #2A3005

Color information

#2A3005 (or 0x2A3005) is unknown color: approx Green Waterloo. HEX triplet: 2A, 30 and 05. RGB value is (42,48,5). Sum of RGB (Red+Green+Blue) = 42+48+5=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3005 is #D5CFFA. Grayscale: #292929. Windows color (decimal): -14012411 or 340010. OLE color: 340010.

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

Color convert

RGB42485-
CMYK0.1300.900.81
HSL68.37º81.13%10.39%-
HSV(B)68.37º89.58%18.82%-
XYZ2.042.620.54-
YUV41.3107.51128.5-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 44.21%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=44.21%
G=50.53%
B=5.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal424850.1300.900.8168.3781.1310.39
Hex2A305D05A514451a
Octal5260515013212110412112
Binary1010101100001011101010110101010001100010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,48,5); }

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

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

 a { background-color: rgb(42,48,5); }

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

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

 span { border-color: rgb(42,48,5); }

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