#2A2E12

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

Shades of Green Waterloo #2A2E12

Tints of Green Waterloo #2A2E12

Color information

#2A2E12 (or 0x2A2E12) is unknown color: approx Green Waterloo. HEX triplet: 2A, 2E and 12. RGB value is (42,46,18). Sum of RGB (Red+Green+Blue) = 42+46+18=106 (14% of max value = 765). Red value is 42 (16.80% from 255 or 39.62% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 46 - color contains mainly: green. Hex color #2A2E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2E12 is #D5D1ED. Grayscale: #292929. Windows color (decimal): -14012910 or 1191466. OLE color: 1191466.

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

Color convert

RGB424618-
CMYK0.0900.610.82
HSL68.57º43.75%12.55%-
HSV(B)68.57º60.87%18.04%-
XYZ2.042.490.95-
YUV41.61114.67128.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 39.62%
GREEN value IS 46 (18.36% from 255) = 43.40%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=39.62%
G=43.40%
B=16.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4246180.0900.610.8268.5743.7512.55
Hex2A2E12903D52452cd
Octal525622110751221055415
Binary1010101011101001010010111101101001010001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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