Html Css Color HEX #2E621F Green House

📋 copy color: '#2E621F'

red 46 ◦ green 98 ◦ blue 31

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

Shades of Green House #2E621F

Tints of Green House #2E621F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56%

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

R = 26.29%
G = 56%
B = 17.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#2E621F (or 0x2E621F) is known color: Green House. HEX triplet: 2E, 62 and 1F. RGB value is (46,98,31). Sum of RGB (Red+Green+Blue) = 46+98+31=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #2E621F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E621F is #D19DE0. Grayscale: #4B4B4B. Windows color (decimal): -13737441 or 2056750. OLE color: 2056750.

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

Color convert

RGB 46 98 31 -
CMYK 0.53 0 0.68 0.62
HSL 106.57º 0.52% 0.25% -
HSV(B) 106.57º 0.68% 0.38% -
XYZ 5.74 9.42 2.81 -
YUV 74.81 103.27 107.45 -
System Red Green Blue C M Y K H S L
Decimal 46 98 31 0.53 0 0.68 0.62 106.57 0.52 0.25
Hex 2E 62 1F 35 0 44 3E 6B 34 19
Octal 56 142 37 65 0 104 76 153 64 31
Binary 101110 1100010 11111 110101 0 1000100 111110 1101011 110100 11001

Color Harmonies of #2E621F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E621F

Black with #2E621F

Text Example


Text Example

White with #2E621F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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