Html Css Color HEX #2E6224 Green House

📋 copy color: '#2E6224'

red 46 ◦ green 98 ◦ blue 36

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

Shades of Green House #2E6224

Tints of Green House #2E6224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20%

R = 25.56%
G = 54.44%
B = 20%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#2E6224 (or 0x2E6224) is known color: Green House. HEX triplet: 2E, 62 and 24. RGB value is (46,98,36). Sum of RGB (Red+Green+Blue) = 46+98+36=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6224 is #D19DDB. Grayscale: #4B4B4B. Windows color (decimal): -13737436 or 2384430. OLE color: 2384430.

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

Color convert

RGB 46 98 36 -
CMYK 0.53 0 0.63 0.62
HSL 110.32º 0.46% 0.26% -
HSV(B) 110.32º 0.63% 0.38% -
XYZ 5.81 9.44 3.19 -
YUV 75.38 105.77 107.04 -
System Red Green Blue C M Y K H S L
Decimal 46 98 36 0.53 0 0.63 0.62 110.32 0.46 0.26
Hex 2E 62 24 35 0 3F 3E 6E 2E 1A
Octal 56 142 44 65 0 77 76 156 56 32
Binary 101110 1100010 100100 110101 0 111111 111110 1101110 101110 11010

Color Harmonies of #2E6224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6224

Black with #2E6224

Text Example


Text Example

White with #2E6224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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