#2A3007

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

Shades of Green Waterloo #2A3007

Tints of Green Waterloo #2A3007

Color information

#2A3007 (or 0x2A3007) is unknown color: approx Green Waterloo. HEX triplet: 2A, 30 and 07. RGB value is (42,48,7). Sum of RGB (Red+Green+Blue) = 42+48+7=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3007 is #D5CFF8. Grayscale: #292929. Windows color (decimal): -14012409 or 471082. OLE color: 471082.

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

Color convert

RGB42487-
CMYK0.1300.850.81
HSL68.78º74.55%10.78%-
HSV(B)68.78º85.42%18.82%-
XYZ2.052.620.6-
YUV41.53108.51128.33-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 43.30%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 7 (3.12% from 255) = 7.22%
R=43.30%
G=49.48%
B=7.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal424870.1300.850.8168.7874.5510.78
Hex2A307D05551454bb
Octal5260715012512110511313
Binary1010101100001111101010101011010001100010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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