#2B671D

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

Shades of Green House #2B671D

Tints of Green House #2B671D

Color information

#2B671D (or 0x2B671D) is unknown color: approx Green House. HEX triplet: 2B, 67 and 1D. RGB value is (43,103,29). Sum of RGB (Red+Green+Blue) = 43+103+29=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 103 (40.62% from 255 or 58.86% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 103 - color contains mainly: green. Hex color #2B671D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B671D is #D498E2. Grayscale: #4C4C4C. Windows color (decimal): -13932771 or 1926955. OLE color: 1926955.

HSL color Cylindrical-coordinate representation of color #2B671D: hue angle of 108.65º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B671D is Cyan = 0.58, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB4310329-
CMYK0.5800.720.60
HSL108.65º56.06%25.88%-
HSV(B)108.65º71.84%40.39%-
XYZ6.0710.32.83-
YUV76.62101.12104.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.57%
GREEN value IS 103 (40.62% from 255) = 58.86%
BLUE value IS 29 (11.72% from 255) = 16.57%
R=24.57%
G=58.86%
B=16.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal43103290.5800.720.60108.6556.0625.88
Hex2B671D3A0483C6d381a
Octal5314735720110741557032
Binary10101111001111110111101001001000111100110110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B671D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,103,29); }

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

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

 a { background-color: rgb(43,103,29); }

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

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

 span { border-color: rgb(43,103,29); }

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