#2A2F12

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

Shades of Green Waterloo #2A2F12

Tints of Green Waterloo #2A2F12

Color information

#2A2F12 (or 0x2A2F12) is unknown color: approx Green Waterloo. HEX triplet: 2A, 2F and 12. RGB value is (42,47,18). Sum of RGB (Red+Green+Blue) = 42+47+18=107 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.25% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #2A2F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2F12 is #D5D0ED. Grayscale: #2A2A2A. Windows color (decimal): -14012654 or 1191722. OLE color: 1191722.

HSL color Cylindrical-coordinate representation of color #2A2F12: hue angle of 70.34º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A2F12 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.82.

Color convert

RGB424718-
CMYK0.1100.620.82
HSL70.34º44.62%12.75%-
HSV(B)70.34º61.7%18.43%-
XYZ2.082.570.96-
YUV42.2114.34127.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.25%
GREEN value IS 47 (18.75% from 255) = 43.93%
BLUE value IS 18 (7.42% from 255) = 16.82%
R=39.25%
G=43.93%
B=16.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4247180.1100.620.8270.3444.6212.75
Hex2A2F12B03E52462dd
Octal525722130761221065515
Binary1010101011111001010110111110101001010001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,47,18); }

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

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

 a { background-color: rgb(42,47,18); }

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

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

 span { border-color: rgb(42,47,18); }

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