#2E6325

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

Shades of Green House #2E6325

Tints of Green House #2E6325

Color information

#2E6325 (or 0x2E6325) is unknown color: approx Green House. HEX triplet: 2E, 63 and 25. RGB value is (46,99,37). Sum of RGB (Red+Green+Blue) = 46+99+37=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #2E6325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6325 is #D19CDA. Grayscale: #4C4C4C. Windows color (decimal): -13737179 or 2450222. OLE color: 2450222.

HSL color Cylindrical-coordinate representation of color #2E6325: hue angle of 111.29º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E6325 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB469937-
CMYK0.5400.630.61
HSL111.29º45.59%26.67%-
HSV(B)111.29º62.63%38.82%-
XYZ5.929.643.3-
YUV76.09105.94106.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.27%
GREEN value IS 99 (39.06% from 255) = 54.40%
BLUE value IS 37 (14.84% from 255) = 20.33%
R=25.27%
G=54.40%
B=20.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4699370.5400.630.61111.2945.5926.67
Hex2E63253603F3D6f2e1b
Octal561434566077751575633
Binary10111011000111001011101100111111111101110111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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