#2A300E

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

Shades of Green Waterloo #2A300E

Tints of Green Waterloo #2A300E

Color information

#2A300E (or 0x2A300E) is unknown color: approx Green Waterloo. HEX triplet: 2A, 30 and 0E. RGB value is (42,48,14). Sum of RGB (Red+Green+Blue) = 42+48+14=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #2A300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A300E is #D5CFF1. Grayscale: #2A2A2A. Windows color (decimal): -14012402 or 929834. OLE color: 929834.

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

Color convert

RGB424814-
CMYK0.1300.710.81
HSL70.59º54.84%12.16%-
HSV(B)70.59º70.83%18.82%-
XYZ2.092.640.81-
YUV42.33112.01127.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40.38%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 14 (5.86% from 255) = 13.46%
R=40.38%
G=46.15%
B=13.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248140.1300.710.8170.5954.8412.16
Hex2A30ED047514737c
Octal5260161501071211076714
Binary1010101100001110110101000111101000110001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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