Html Css Color HEX #2E611D Green House

📋 copy color: '#2E611D'

red 46 ◦ green 97 ◦ blue 29

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

Shades of Green House #2E611D

Tints of Green House #2E611D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.86%

R = 26.74%
G = 56.4%
B = 16.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#2E611D (or 0x2E611D) is known color: Green House. HEX triplet: 2E, 61 and 1D. RGB value is (46,97,29). Sum of RGB (Red+Green+Blue) = 46+97+29=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 97 (38.28% from 255 or 56.40% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 97 - color contains mainly: green. Hex color #2E611D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E611D is #D19EE2. Grayscale: #4A4A4A. Windows color (decimal): -13737699 or 1925422. OLE color: 1925422.

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

Color convert

RGB 46 97 29 -
CMYK 0.53 0 0.70 0.62
HSL 105º 0.54% 0.25% -
HSV(B) 105º 0.7% 0.38% -
XYZ 5.62 9.22 2.65 -
YUV 74 102.6 108.03 -
System Red Green Blue C M Y K H S L
Decimal 46 97 29 0.53 0 0.70 0.62 105 0.54 0.25
Hex 2E 61 1D 35 0 46 3E 69 36 19
Octal 56 141 35 65 0 106 76 151 66 31
Binary 101110 1100001 11101 110101 0 1000110 111110 1101001 110110 11001

Color Harmonies of #2E611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E611D

Black with #2E611D

Text Example


Text Example

White with #2E611D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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