#2A2D10

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

Shades of Green Waterloo #2A2D10

Tints of Green Waterloo #2A2D10

Color information

#2A2D10 (or 0x2A2D10) is unknown color: approx Green Waterloo. HEX triplet: 2A, 2D and 10. RGB value is (42,45,16). Sum of RGB (Red+Green+Blue) = 42+45+16=103 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.78% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 45 - color contains mainly: green. Hex color #2A2D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2D10 is #D5D2EF. Grayscale: #282828. Windows color (decimal): -14013168 or 1060138. OLE color: 1060138.

HSL color Cylindrical-coordinate representation of color #2A2D10: hue angle of 66.21º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A2D10 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.82.

Color convert

RGB424516-
CMYK0.0700.640.82
HSL66.21º47.54%11.96%-
HSV(B)66.21º64.44%17.65%-
XYZ1.992.410.85-
YUV40.8114.01128.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40.78%
GREEN value IS 45 (17.97% from 255) = 43.69%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=40.78%
G=43.69%
B=15.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4245160.0700.640.8266.2147.5411.96
Hex2A2D107040524230c
Octal525520701001221026014
Binary1010101011011000011101000000101001010000101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,45,16); }

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

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

 a { background-color: rgb(42,45,16); }

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

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

 span { border-color: rgb(42,45,16); }

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