#2B6216

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

Shades of Green House #2B6216

Tints of Green House #2B6216

Color information

#2B6216 (or 0x2B6216) is unknown color: approx Green House. HEX triplet: 2B, 62 and 16. RGB value is (43,98,22). Sum of RGB (Red+Green+Blue) = 43+98+22=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6216 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6216 is #D49DE9. Grayscale: #494949. Windows color (decimal): -13934058 or 1466923. OLE color: 1466923.

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

Color convert

RGB439822-
CMYK0.5600.780.62
HSL103.42º63.33%23.53%-
HSV(B)103.42º77.55%38.43%-
XYZ5.519.312.27-
YUV72.8999.28106.68-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.38%
GREEN value IS 98 (38.67% from 255) = 60.12%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=26.38%
G=60.12%
B=13.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398220.5600.780.62103.4263.3323.53
Hex2B62163804E3E673f18
Octal5314226700116761477730
Binary10101111000101011011100001001110111110110011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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