#2A661A

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

Shades of Green House #2A661A

Tints of Green House #2A661A

Color information

#2A661A (or 0x2A661A) is unknown color: approx Green House. HEX triplet: 2A, 66 and 1A. RGB value is (42,102,26). Sum of RGB (Red+Green+Blue) = 42+102+26=170 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.71% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #2A661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A661A is #D599E5. Grayscale: #4B4B4B. Windows color (decimal): -13998566 or 1730090. OLE color: 1730090.

HSL color Cylindrical-coordinate representation of color #2A661A: hue angle of 107.37º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A661A is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB4210226-
CMYK0.5900.750.6
HSL107.37º59.38%25.1%-
HSV(B)107.37º74.51%40%-
XYZ5.8910.072.61-
YUV75.4100.12104.18-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.71%
GREEN value IS 102 (40.23% from 255) = 60%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=24.71%
G=60%
B=15.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal42102260.5900.750.6107.3759.3825.1
Hex2A661A3B04B3C6b3b19
Octal5214632730113741537331
Binary10101011001101101011101101001011111100110101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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