Html Css Color HEX #2E6113 Green House

📋 copy color: '#2E6113'

red 46 ◦ green 97 ◦ blue 19

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

Shades of Green House #2E6113

Tints of Green House #2E6113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.73%

R = 28.4%
G = 59.88%
B = 11.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#2E6113 (or 0x2E6113) is known color: Green House. HEX triplet: 2E, 61 and 13. RGB value is (46,97,19). Sum of RGB (Red+Green+Blue) = 46+97+19=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6113 is #D19EEC. Grayscale: #494949. Windows color (decimal): -13737709 or 1270062. OLE color: 1270062.

HSL color Cylindrical-coordinate representation of color #2E6113: hue angle of 99.23º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E6113 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 97 19 -
CMYK 0.53 0 0.80 0.62
HSL 99.23º 0.67% 0.23% -
HSV(B) 99.23º 0.8% 0.38% -
XYZ 5.52 9.18 2.1 -
YUV 72.86 97.6 108.84 -
System Red Green Blue C M Y K H S L
Decimal 46 97 19 0.53 0 0.80 0.62 99.23 0.67 0.23
Hex 2E 61 13 35 0 50 3E 63 43 17
Octal 56 141 23 65 0 120 76 143 103 27
Binary 101110 1100001 10011 110101 0 1010000 111110 1100011 1000011 10111

Color Harmonies of #2E6113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6113

Black with #2E6113

Text Example


Text Example

White with #2E6113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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