#2A3014

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

Shades of Green Waterloo #2A3014

Tints of Green Waterloo #2A3014

Color information

#2A3014 (or 0x2A3014) is unknown color: approx Green Waterloo. HEX triplet: 2A, 30 and 14. RGB value is (42,48,20). Sum of RGB (Red+Green+Blue) = 42+48+20=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3014 is #D5CFEB. Grayscale: #2B2B2B. Windows color (decimal): -14012396 or 1323050. OLE color: 1323050.

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

Color convert

RGB424820-
CMYK0.1300.580.81
HSL72.86º41.18%13.33%-
HSV(B)72.86º58.33%18.82%-
XYZ2.142.661.06-
YUV43.01115.01127.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 38.18%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 20 (8.20% from 255) = 18.18%
R=38.18%
G=43.64%
B=18.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248200.1300.580.8172.8641.1813.33
Hex2A3014D03A514929d
Octal526024150721211115115
Binary1010101100001010011010111010101000110010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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