#2E6225

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

Shades of Green House #2E6225

Tints of Green House #2E6225

Color information

#2E6225 (or 0x2E6225) is unknown color: approx Green House. HEX triplet: 2E, 62 and 25. RGB value is (46,98,37). Sum of RGB (Red+Green+Blue) = 46+98+37=181 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.41% from 181); Green value is 98 (38.67% from 255 or 54.14% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6225 is #D19DDA. Grayscale: #4B4B4B. Windows color (decimal): -13737435 or 2449966. OLE color: 2449966.

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

Color convert

RGB469837-
CMYK0.5300.620.62
HSL111.15º45.19%26.47%-
HSV(B)111.15º62.24%38.43%-
XYZ5.839.453.27-
YUV75.5106.27106.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.41%
GREEN value IS 98 (38.67% from 255) = 54.14%
BLUE value IS 37 (14.84% from 255) = 20.44%
R=25.41%
G=54.14%
B=20.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4698370.5300.620.62111.1545.1926.47
Hex2E62253503E3E6f2d1a
Octal561424565076761575532
Binary10111011000101001011101010111110111110110111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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