#2A3008

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

Shades of Green Waterloo #2A3008

Tints of Green Waterloo #2A3008

Color information

#2A3008 (or 0x2A3008) is unknown color: approx Green Waterloo. HEX triplet: 2A, 30 and 08. RGB value is (42,48,8). Sum of RGB (Red+Green+Blue) = 42+48+8=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 48 - color contains mainly: green. Hex color #2A3008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3008 is #D5CFF7. Grayscale: #292929. Windows color (decimal): -14012408 or 536618. OLE color: 536618.

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

Color convert

RGB42488-
CMYK0.1300.830.81
HSL69º71.43%10.98%-
HSV(B)69º83.33%18.82%-
XYZ2.062.620.63-
YUV41.65109.01128.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 42.86%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=42.86%
G=48.98%
B=8.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal424880.1300.830.816971.4310.98
Hex2A308D053514547b
Octal52601015012312110510713
Binary10101011000010001101010100111010001100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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