#2E671F

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

Shades of Green House #2E671F

Tints of Green House #2E671F

Color information

#2E671F (or 0x2E671F) is unknown color: approx Green House. HEX triplet: 2E, 67 and 1F. RGB value is (46,103,31). Sum of RGB (Red+Green+Blue) = 46+103+31=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #2E671F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E671F is #D198E0. Grayscale: #4D4D4D. Windows color (decimal): -13736161 or 2058030. OLE color: 2058030.

HSL color Cylindrical-coordinate representation of color #2E671F: hue angle of 107.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E671F is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB4610331-
CMYK0.5500.700.60
HSL107.5º53.73%26.27%-
HSV(B)107.5º69.9%40.39%-
XYZ6.2210.382.97-
YUV77.75101.62105.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 25.56%
GREEN value IS 103 (40.62% from 255) = 57.22%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=25.56%
G=57.22%
B=17.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46103310.5500.700.60107.553.7326.27
Hex2E671F370463C6c361a
Octal5614737670106741546632
Binary10111011001111111111011101000110111100110110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E671F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,103,31); }

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

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

 a { background-color: rgb(46,103,31); }

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

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

 span { border-color: rgb(46,103,31); }

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