#2A611A

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

Shades of Green House #2A611A

Tints of Green House #2A611A

Color information

#2A611A (or 0x2A611A) is unknown color: approx Green House. HEX triplet: 2A, 61 and 1A. RGB value is (42,97,26). Sum of RGB (Red+Green+Blue) = 42+97+26=165 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.45% from 165); Green value is 97 (38.28% from 255 or 58.79% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 97 - color contains mainly: green. Hex color #2A611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A611A is #D59EE5. Grayscale: #484848. Windows color (decimal): -13999846 or 1728810. OLE color: 1728810.

HSL color Cylindrical-coordinate representation of color #2A611A: hue angle of 106.48º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A611A is Cyan = 0.57, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB429726-
CMYK0.5700.730.62
HSL106.48º57.72%24.12%-
HSV(B)106.48º73.2%38.04%-
XYZ5.429.122.45-
YUV72.46101.78106.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.45%
GREEN value IS 97 (38.28% from 255) = 58.79%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=25.45%
G=58.79%
B=15.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297260.5700.730.62106.4857.7224.12
Hex2A611A390493E6a3a18
Octal5214132710111761527230
Binary10101011000011101011100101001001111110110101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,97,26); }

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

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

 a { background-color: rgb(42,97,26); }

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

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

 span { border-color: rgb(42,97,26); }

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