Html Css Color HEX #2E661F Green House

📋 copy color: '#2E661F'

red 46 ◦ green 102 ◦ blue 31

#2E661F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #2E661F

Tints of Green House #2E661F

RGB

 RED value IS 46 (18.36% from 255) = 25.7%

 GREEN value IS 102 (40.23% from 255) = 56.98%

 BLUE value IS 31 (12.5% from 255) = 17.32%

R = 25.7%
G = 56.98%
B = 17.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#2E661F (or 0x2E661F) is known color: Green House. HEX triplet: 2E, 66 and 1F. RGB value is (46,102,31). Sum of RGB (Red+Green+Blue) = 46+102+31=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #2E661F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E661F is #D199E0. Grayscale: #4D4D4D. Windows color (decimal): -13736417 or 2057774. OLE color: 2057774.

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

Color convert

RGB 46 102 31 -
CMYK 0.55 0 0.70 0.6
HSL 107.32º 0.53% 0.26% -
HSV(B) 107.32º 0.7% 0.4% -
XYZ 6.13 10.18 2.94 -
YUV 77.16 101.95 105.77 -
System Red Green Blue C M Y K H S L
Decimal 46 102 31 0.55 0 0.70 0.6 107.32 0.53 0.26
Hex 2E 66 1F 37 0 46 3C 6B 35 1A
Octal 56 146 37 67 0 106 74 153 65 32
Binary 101110 1100110 11111 110111 0 1000110 111100 1101011 110101 11010

Color Harmonies of #2E661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E661F

Black with #2E661F

Text Example


Text Example

White with #2E661F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E661F;
 }
 .AnyTagClassName
 {
   color: #2E661F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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