Html Css Color HEX #2E601B Green House

📋 copy color: '#2E601B'

red 46 ◦ green 96 ◦ blue 27

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

Shades of Green House #2E601B

Tints of Green House #2E601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 56.8%

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

R = 27.22%
G = 56.8%
B = 15.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#2E601B (or 0x2E601B) is known color: Green House. HEX triplet: 2E, 60 and 1B. RGB value is (46,96,27). Sum of RGB (Red+Green+Blue) = 46+96+27=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #2E601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E601B is #D19FE4. Grayscale: #494949. Windows color (decimal): -13737957 or 1794094. OLE color: 1794094.

HSL color Cylindrical-coordinate representation of color #2E601B: hue angle of 103.48º 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 #2E601B is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 96 27 -
CMYK 0.52 0 0.72 0.62
HSL 103.48º 0.56% 0.24% -
HSV(B) 103.48º 0.72% 0.38% -
XYZ 5.51 9.03 2.49 -
YUV 73.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 46 96 27 0.52 0 0.72 0.62 103.48 0.56 0.24
Hex 2E 60 1B 34 0 48 3E 67 38 18
Octal 56 140 33 64 0 110 76 147 70 30
Binary 101110 1100000 11011 110100 0 1001000 111110 1100111 111000 11000

Color Harmonies of #2E601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E601B

Black with #2E601B

Text Example


Text Example

White with #2E601B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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