#2A611B

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

Shades of Green House #2A611B

Tints of Green House #2A611B

Color information

#2A611B (or 0x2A611B) is unknown color: approx Green House. HEX triplet: 2A, 61 and 1B. RGB value is (42,97,27). Sum of RGB (Red+Green+Blue) = 42+97+27=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #2A611B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A611B is #D59EE4. Grayscale: #484848. Windows color (decimal): -13999845 or 1794346. OLE color: 1794346.

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

Color convert

RGB429727-
CMYK0.5700.720.62
HSL107.14º56.45%24.31%-
HSV(B)107.14º72.16%38.04%-
XYZ5.439.122.51-
YUV72.58102.28106.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 27 (10.94% from 255) = 16.27%
R=25.30%
G=58.43%
B=16.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4297270.5700.720.62107.1456.4524.31
Hex2A611B390483E6b3818
Octal5214133710110761537030
Binary10101011000011101111100101001000111110110101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A611B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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