#2A300C

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

Shades of Green Waterloo #2A300C

Tints of Green Waterloo #2A300C

Color information

#2A300C (or 0x2A300C) is unknown color: approx Green Waterloo. HEX triplet: 2A, 30 and 0C. RGB value is (42,48,12). Sum of RGB (Red+Green+Blue) = 42+48+12=102 (13% of max value = 765). Red value is 42 (16.80% from 255 or 41.18% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #2A300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A300C is #D5CFF3. Grayscale: #2A2A2A. Windows color (decimal): -14012404 or 798762. OLE color: 798762.

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

Color convert

RGB424812-
CMYK0.1300.750.81
HSL70º60%11.76%-
HSV(B)70º75%18.82%-
XYZ2.082.630.75-
YUV42.1111.01127.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 41.18%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=41.18%
G=47.06%
B=11.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4248120.1300.750.81706011.76
Hex2A30CD04B51463cc
Octal5260141501131211067414
Binary1010101100001100110101001011101000110001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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