#2E6119

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

Shades of Green House #2E6119

Tints of Green House #2E6119

Color information

#2E6119 (or 0x2E6119) is unknown color: approx Green House. HEX triplet: 2E, 61 and 19. RGB value is (46,97,25). Sum of RGB (Red+Green+Blue) = 46+97+25=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6119 is #D19EE6. Grayscale: #494949. Windows color (decimal): -13737703 or 1663278. OLE color: 1663278.

HSL color Cylindrical-coordinate representation of color #2E6119: hue angle of 102.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E6119 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB469725-
CMYK0.5300.740.62
HSL102.5º59.02%23.92%-
HSV(B)102.5º74.23%38.04%-
XYZ5.589.22.4-
YUV73.54100.6108.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 97 (38.28% from 255) = 57.74%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=27.38%
G=57.74%
B=14.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4697250.5300.740.62102.559.0223.92
Hex2E61193504A3E663b18
Octal5614131650112761467330
Binary10111011000011100111010101001010111110110011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,97,25); }

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

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

 a { background-color: rgb(46,97,25); }

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

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

 span { border-color: rgb(46,97,25); }

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