Html Css Color HEX #2E611C Green House

📋 copy color: '#2E611C'

red 46 ◦ green 97 ◦ blue 28

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

Shades of Green House #2E611C

Tints of Green House #2E611C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.37%

R = 26.9%
G = 56.73%
B = 16.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#2E611C (or 0x2E611C) is known color: Green House. HEX triplet: 2E, 61 and 1C. RGB value is (46,97,28). Sum of RGB (Red+Green+Blue) = 46+97+28=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #2E611C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E611C is #D19EE3. Grayscale: #4A4A4A. Windows color (decimal): -13737700 or 1859886. OLE color: 1859886.

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

Color convert

RGB 46 97 28 -
CMYK 0.53 0 0.71 0.62
HSL 104.35º 0.55% 0.25% -
HSV(B) 104.35º 0.71% 0.38% -
XYZ 5.61 9.21 2.58 -
YUV 73.89 102.1 108.11 -
System Red Green Blue C M Y K H S L
Decimal 46 97 28 0.53 0 0.71 0.62 104.35 0.55 0.25
Hex 2E 61 1C 35 0 47 3E 68 37 19
Octal 56 141 34 65 0 107 76 150 67 31
Binary 101110 1100001 11100 110101 0 1000111 111110 1101000 110111 11001

Color Harmonies of #2E611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E611C

Black with #2E611C

Text Example


Text Example

White with #2E611C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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