#2B661A

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

Shades of Green House #2B661A

Tints of Green House #2B661A

Color information

#2B661A (or 0x2B661A) is unknown color: approx Green House. HEX triplet: 2B, 66 and 1A. RGB value is (43,102,26). Sum of RGB (Red+Green+Blue) = 43+102+26=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #2B661A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B661A is #D499E5. Grayscale: #4B4B4B. Windows color (decimal): -13933030 or 1730091. OLE color: 1730091.

HSL color Cylindrical-coordinate representation of color #2B661A: hue angle of 106.58º 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 #2B661A is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB4310226-
CMYK0.5800.750.6
HSL106.58º59.38%25.1%-
HSV(B)106.58º74.51%40%-
XYZ5.9310.092.61-
YUV75.6999.95104.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.15%
GREEN value IS 102 (40.23% from 255) = 59.65%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=25.15%
G=59.65%
B=15.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal43102260.5800.750.6106.5859.3825.1
Hex2B661A3A04B3C6b3b19
Octal5314632720113741537331
Binary10101111001101101011101001001011111100110101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B661A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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