Html Css Color HEX #2E611B Green House

📋 copy color: '#2E611B'

red 46 ◦ green 97 ◦ blue 27

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

Shades of Green House #2E611B

Tints of Green House #2E611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.06%

 BLUE value IS 27 (10.94% from 255) = 15.88%

R = 27.06%
G = 57.06%
B = 15.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#2E611B (or 0x2E611B) is known color: Green House. HEX triplet: 2E, 61 and 1B. RGB value is (46,97,27). Sum of RGB (Red+Green+Blue) = 46+97+27=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #2E611B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E611B is #D19EE4. Grayscale: #4A4A4A. Windows color (decimal): -13737701 or 1794350. OLE color: 1794350.

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

Color convert

RGB 46 97 27 -
CMYK 0.53 0 0.72 0.62
HSL 103.71º 0.56% 0.24% -
HSV(B) 103.71º 0.72% 0.38% -
XYZ 5.6 9.21 2.52 -
YUV 73.77 101.6 108.19 -
System Red Green Blue C M Y K H S L
Decimal 46 97 27 0.53 0 0.72 0.62 103.71 0.56 0.24
Hex 2E 61 1B 35 0 48 3E 68 38 18
Octal 56 141 33 65 0 110 76 150 70 30
Binary 101110 1100001 11011 110101 0 1001000 111110 1101000 111000 11000

Color Harmonies of #2E611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E611B

Black with #2E611B

Text Example


Text Example

White with #2E611B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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