#2B6120

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

Shades of Green House #2B6120

Tints of Green House #2B6120

Color information

#2B6120 (or 0x2B6120) is unknown color: approx Green House. HEX triplet: 2B, 61 and 20. RGB value is (43,97,32). Sum of RGB (Red+Green+Blue) = 43+97+32=172 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #2B6120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6120 is #D49EDF. Grayscale: #494949. Windows color (decimal): -13934304 or 2122027. OLE color: 2122027.

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

Color convert

RGB439732-
CMYK0.5600.670.62
HSL109.85º50.39%25.29%-
HSV(B)109.85º67.01%38.04%-
XYZ5.539.172.84-
YUV73.44104.61106.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25%
GREEN value IS 97 (38.28% from 255) = 56.40%
BLUE value IS 32 (12.89% from 255) = 18.60%
R=25%
G=56.40%
B=18.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4397320.5600.670.62109.8550.3925.29
Hex2B6120380433E6e3219
Octal5314140700103761566231
Binary101011110000110000011100001000011111110110111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,97,32); }

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

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

 a { background-color: rgb(43,97,32); }

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

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

 span { border-color: rgb(43,97,32); }

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