#2B651C

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

Shades of Green House #2B651C

Tints of Green House #2B651C

Color information

#2B651C (or 0x2B651C) is unknown color: approx Green House. HEX triplet: 2B, 65 and 1C. RGB value is (43,101,28). Sum of RGB (Red+Green+Blue) = 43+101+28=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 101 (39.84% from 255 or 58.72% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 101 - color contains mainly: green. Hex color #2B651C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B651C is #D49AE3. Grayscale: #4B4B4B. Windows color (decimal): -13933284 or 1860907. OLE color: 1860907.

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

Color convert

RGB4310128-
CMYK0.5700.720.60
HSL107.67º56.59%25.29%-
HSV(B)107.67º72.28%39.61%-
XYZ5.869.92.7-
YUV75.34101.28104.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 101 (39.84% from 255) = 58.72%
BLUE value IS 28 (11.33% from 255) = 16.28%
R=25%
G=58.72%
B=16.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal43101280.5700.720.60107.6756.5925.29
Hex2B651C390483C6c3919
Octal5314534710110741547131
Binary10101111001011110011100101001000111100110110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B651C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,101,28); }

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

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

 a { background-color: rgb(43,101,28); }

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

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

 span { border-color: rgb(43,101,28); }

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