#2B621D

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

Shades of Green House #2B621D

Tints of Green House #2B621D

Color information

#2B621D (or 0x2B621D) is unknown color: approx Green House. HEX triplet: 2B, 62 and 1D. RGB value is (43,98,29). Sum of RGB (Red+Green+Blue) = 43+98+29=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #2B621D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B621D is #D49DE2. Grayscale: #494949. Windows color (decimal): -13934051 or 1925675. OLE color: 1925675.

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

Color convert

RGB439829-
CMYK0.5600.700.62
HSL107.83º54.33%24.9%-
HSV(B)107.83º70.41%38.43%-
XYZ5.599.342.67-
YUV73.69102.78106.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.29%
GREEN value IS 98 (38.67% from 255) = 57.65%
BLUE value IS 29 (11.72% from 255) = 17.06%
R=25.29%
G=57.65%
B=17.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398290.5600.700.62107.8354.3324.9
Hex2B621D380463E6c3619
Octal5314235700106761546631
Binary10101111000101110111100001000110111110110110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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