#2B5D20

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

Shades of Green House #2B5D20

Tints of Green House #2B5D20

Color information

#2B5D20 (or 0x2B5D20) is unknown color: approx Green House. HEX triplet: 2B, 5D and 20. RGB value is (43,93,32). Sum of RGB (Red+Green+Blue) = 43+93+32=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 32 (12.89% from 255 or 19.05% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5D20 is #D4A2DF. Grayscale: #474747. Windows color (decimal): -13935328 or 2121003. OLE color: 2121003.

HSL color Cylindrical-coordinate representation of color #2B5D20: hue angle of 109.18º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B5D20 is Cyan = 0.54, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.64.

Color convert

RGB439332-
CMYK0.5400.660.64
HSL109.18º48.8%24.51%-
HSV(B)109.18º65.59%36.47%-
XYZ5.178.452.72-
YUV71.1105.94107.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.60%
GREEN value IS 93 (36.72% from 255) = 55.36%
BLUE value IS 32 (12.89% from 255) = 19.05%
R=25.60%
G=55.36%
B=19.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4393320.5400.660.64109.1848.824.51
Hex2B5D2036042406d3119
Octal53135406601021001556131
Binary1010111011101100000110110010000101000000110110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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