Html Css Color HEX #2E651B Green House

📋 copy color: '#2E651B'

red 46 ◦ green 101 ◦ blue 27

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

Shades of Green House #2E651B

Tints of Green House #2E651B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 58.05%

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

R = 26.44%
G = 58.05%
B = 15.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.60

RGB Variations

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

Color information

#2E651B (or 0x2E651B) is known color: Green House. HEX triplet: 2E, 65 and 1B. RGB value is (46,101,27). Sum of RGB (Red+Green+Blue) = 46+101+27=174 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.44% from 174); Green value is 101 (39.84% from 255 or 58.05% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 101 - color contains mainly: green. Hex color #2E651B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E651B is #D19AE4. Grayscale: #4C4C4C. Windows color (decimal): -13736677 or 1795374. OLE color: 1795374.

HSL color Cylindrical-coordinate representation of color #2E651B: hue angle of 104.59º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E651B is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB 46 101 27 -
CMYK 0.54 0 0.73 0.60
HSL 104.59º 0.58% 0.25% -
HSV(B) 104.59º 0.73% 0.4% -
XYZ 5.98 9.97 2.65 -
YUV 76.12 100.28 106.52 -
System Red Green Blue C M Y K H S L
Decimal 46 101 27 0.54 0 0.73 0.60 104.59 0.58 0.25
Hex 2E 65 1B 36 0 49 3C 69 3A 19
Octal 56 145 33 66 0 111 74 151 72 31
Binary 101110 1100101 11011 110110 0 1001001 111100 1101001 111010 11001

Color Harmonies of #2E651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E651B

Black with #2E651B

Text Example


Text Example

White with #2E651B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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