#2A3010

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

Shades of Green Waterloo #2A3010

Tints of Green Waterloo #2A3010

Color information

#2A3010 (or 0x2A3010) is unknown color: approx Green Waterloo. HEX triplet: 2A, 30 and 10. RGB value is (42,48,16). Sum of RGB (Red+Green+Blue) = 42+48+16=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3010 is #D5CFEF. Grayscale: #2A2A2A. Windows color (decimal): -14012400 or 1060906. OLE color: 1060906.

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

Color convert

RGB424816-
CMYK0.1300.670.81
HSL71.25º50%12.55%-
HSV(B)71.25º66.67%18.82%-
XYZ2.112.640.89-
YUV42.56113.01127.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.62%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 16 (6.64% from 255) = 15.09%
R=39.62%
G=45.28%
B=15.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248160.1300.670.8171.255012.55
Hex2A3010D043514732d
Octal5260201501031211076215
Binary10101011000010000110101000011101000110001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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