#2B611B

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

Shades of Green House #2B611B

Tints of Green House #2B611B

Color information

#2B611B (or 0x2B611B) is unknown color: approx Green House. HEX triplet: 2B, 61 and 1B. RGB value is (43,97,27). Sum of RGB (Red+Green+Blue) = 43+97+27=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #2B611B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B611B is #D49EE4. Grayscale: #494949. Windows color (decimal): -13934309 or 1794347. OLE color: 1794347.

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

Color convert

RGB439727-
CMYK0.5600.720.62
HSL106.29º56.45%24.31%-
HSV(B)106.29º72.16%38.04%-
XYZ5.479.142.51-
YUV72.87102.11106.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 97 (38.28% from 255) = 58.08%
BLUE value IS 27 (10.94% from 255) = 16.17%
R=25.75%
G=58.08%
B=16.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397270.5600.720.62106.2956.4524.31
Hex2B611B380483E6a3818
Octal5314133700110761527030
Binary10101111000011101111100001001000111110110101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,97,27); }

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

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

 a { background-color: rgb(43,97,27); }

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

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

 span { border-color: rgb(43,97,27); }

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