#2B6213

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

Shades of Green House #2B6213

Tints of Green House #2B6213

Color information

#2B6213 (or 0x2B6213) is unknown color: approx Green House. HEX triplet: 2B, 62 and 13. RGB value is (43,98,19). Sum of RGB (Red+Green+Blue) = 43+98+19=160 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.88% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B6213 is #D49DEC. Grayscale: #484848. Windows color (decimal): -13934061 or 1270315. OLE color: 1270315.

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

Color convert

RGB439819-
CMYK0.5600.810.62
HSL101.77º67.52%22.94%-
HSV(B)101.77º80.61%38.43%-
XYZ5.489.32.12-
YUV72.5597.78106.92-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.88%
GREEN value IS 98 (38.67% from 255) = 61.25%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=26.88%
G=61.25%
B=11.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398190.5600.810.62101.7767.5222.94
Hex2B6213380513E664417
Octal53142237001217614610427
Binary101011110001010011111000010100011111101100110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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