#2B6215

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

Shades of Green House #2B6215

Tints of Green House #2B6215

Color information

#2B6215 (or 0x2B6215) is unknown color: approx Green House. HEX triplet: 2B, 62 and 15. RGB value is (43,98,21). Sum of RGB (Red+Green+Blue) = 43+98+21=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6215 is #D49DEA. Grayscale: #494949. Windows color (decimal): -13934059 or 1401387. OLE color: 1401387.

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

Color convert

RGB439821-
CMYK0.5600.790.62
HSL102.86º64.71%23.33%-
HSV(B)102.86º78.57%38.43%-
XYZ5.59.32.22-
YUV72.7898.78106.76-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.54%
GREEN value IS 98 (38.67% from 255) = 60.49%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=26.54%
G=60.49%
B=12.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398210.5600.790.62102.8664.7123.33
Hex2B62153804F3E674117
Octal53142257001177614710127
Binary101011110001010101111000010011111111101100111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,98,21); }

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

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

 a { background-color: rgb(43,98,21); }

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

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

 span { border-color: rgb(43,98,21); }

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