#2B611A

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

Shades of Green House #2B611A

Tints of Green House #2B611A

Color information

#2B611A (or 0x2B611A) is unknown color: approx Green House. HEX triplet: 2B, 61 and 1A. RGB value is (43,97,26). Sum of RGB (Red+Green+Blue) = 43+97+26=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #2B611A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B611A is #D49EE5. Grayscale: #484848. Windows color (decimal): -13934310 or 1728811. OLE color: 1728811.

HSL color Cylindrical-coordinate representation of color #2B611A: hue angle of 105.63º 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 #2B611A is Cyan = 0.56, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB439726-
CMYK0.5600.730.62
HSL105.63º57.72%24.12%-
HSV(B)105.63º73.2%38.04%-
XYZ5.469.142.45-
YUV72.76101.61106.77-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.90%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=25.90%
G=58.43%
B=15.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397260.5600.730.62105.6357.7224.12
Hex2B611A380493E6a3a18
Octal5314132700111761527230
Binary10101111000011101011100001001001111110110101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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