#2A3015

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

Shades of Green Waterloo #2A3015

Tints of Green Waterloo #2A3015

Color information

#2A3015 (or 0x2A3015) is unknown color: approx Green Waterloo. HEX triplet: 2A, 30 and 15. RGB value is (42,48,21). Sum of RGB (Red+Green+Blue) = 42+48+21=111 (14% of max value = 765). Red value is 42 (16.80% from 255 or 37.84% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3015 is #D5CFEA. Grayscale: #2B2B2B. Windows color (decimal): -14012395 or 1388586. OLE color: 1388586.

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

Color convert

RGB424821-
CMYK0.1300.560.81
HSL73.33º39.13%13.53%-
HSV(B)73.33º56.25%18.82%-
XYZ2.152.661.11-
YUV43.13115.51127.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 37.84%
GREEN value IS 48 (19.14% from 255) = 43.24%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=37.84%
G=43.24%
B=18.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248210.1300.560.8173.3339.1313.53
Hex2A3015D038514927e
Octal526025150701211114716
Binary1010101100001010111010111000101000110010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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