Html Css Color HEX #2E6A1F Green House

📋 copy color: '#2E6A1F'

red 46 ◦ green 106 ◦ blue 31

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

Shades of Green House #2E6A1F

Tints of Green House #2E6A1F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 57.92%

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 25.14%
G = 57.92%
B = 16.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.71

 K value IS 0.58

RGB Variations

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

Color information

#2E6A1F (or 0x2E6A1F) is known color: Green House. HEX triplet: 2E, 6A and 1F. RGB value is (46,106,31). Sum of RGB (Red+Green+Blue) = 46+106+31=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6A1F is #D195E0. Grayscale: #4F4F4F. Windows color (decimal): -13735393 or 2058798. OLE color: 2058798.

HSL color Cylindrical-coordinate representation of color #2E6A1F: hue angle of 108º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E6A1F is Cyan = 0.57, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB 46 106 31 -
CMYK 0.57 0 0.71 0.58
HSL 108º 0.55% 0.27% -
HSV(B) 108º 0.71% 0.42% -
XYZ 6.53 10.99 3.07 -
YUV 79.51 100.62 104.1 -
System Red Green Blue C M Y K H S L
Decimal 46 106 31 0.57 0 0.71 0.58 108 0.55 0.27
Hex 2E 6A 1F 39 0 47 3A 6C 37 1B
Octal 56 152 37 71 0 107 72 154 67 33
Binary 101110 1101010 11111 111001 0 1000111 111010 1101100 110111 11011

Color Harmonies of #2E6A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6A1F

Black with #2E6A1F

Text Example


Text Example

White with #2E6A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,106,31); }

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

background-color css

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

 a { background-color: rgb(46,106,31); }

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

border-color css

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

 span { border-color: rgb(46,106,31); }

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