#2E621D

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

Shades of Green House #2E621D

Tints of Green House #2E621D

Color information

#2E621D (or 0x2E621D) is unknown color: approx Green House. HEX triplet: 2E, 62 and 1D. RGB value is (46,98,29). Sum of RGB (Red+Green+Blue) = 46+98+29=173 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.59% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #2E621D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E621D is #D19DE2. Grayscale: #4A4A4A. Windows color (decimal): -13737443 or 1925678. OLE color: 1925678.

HSL color Cylindrical-coordinate representation of color #2E621D: hue angle of 105.22º 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 #2E621D is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB469829-
CMYK0.5300.700.62
HSL105.22º54.33%24.9%-
HSV(B)105.22º70.41%38.43%-
XYZ5.729.42.68-
YUV74.59102.27107.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.59%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 29 (11.72% from 255) = 16.76%
R=26.59%
G=56.65%
B=16.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4698290.5300.700.62105.2254.3324.9
Hex2E621D350463E693619
Octal5614235650106761516631
Binary10111011000101110111010101000110111110110100111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E621D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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