#2B6221

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

Shades of Green House #2B6221

Tints of Green House #2B6221

Color information

#2B6221 (or 0x2B6221) is unknown color: approx Green House. HEX triplet: 2B, 62 and 21. RGB value is (43,98,33). Sum of RGB (Red+Green+Blue) = 43+98+33=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6221 is #D49DDE. Grayscale: #4A4A4A. Windows color (decimal): -13934047 or 2187819. OLE color: 2187819.

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

Color convert

RGB439833-
CMYK0.5600.660.62
HSL110.77º49.62%25.69%-
HSV(B)110.77º66.33%38.43%-
XYZ5.649.362.95-
YUV74.14104.78105.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 98 (38.67% from 255) = 56.32%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=24.71%
G=56.32%
B=18.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398330.5600.660.62110.7749.6225.69
Hex2B6221380423E6f321a
Octal5314241700102761576232
Binary101011110001010000111100001000010111110110111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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