Html Css Color HEX #2E6026 Green House

📋 copy color: '#2E6026'

red 46 ◦ green 96 ◦ blue 38

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

Shades of Green House #2E6026

Tints of Green House #2E6026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 25.56%
G = 53.33%
B = 21.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#2E6026 (or 0x2E6026) is known color: Green House. HEX triplet: 2E, 60 and 26. RGB value is (46,96,38). Sum of RGB (Red+Green+Blue) = 46+96+38=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6026 is #D19FD9. Grayscale: #4A4A4A. Windows color (decimal): -13737946 or 2514990. OLE color: 2514990.

HSL color Cylindrical-coordinate representation of color #2E6026: hue angle of 111.72º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E6026 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 96 38 -
CMYK 0.52 0 0.60 0.62
HSL 111.72º 0.43% 0.26% -
HSV(B) 111.72º 0.6% 0.38% -
XYZ 5.66 9.09 3.29 -
YUV 74.44 107.44 107.72 -
System Red Green Blue C M Y K H S L
Decimal 46 96 38 0.52 0 0.60 0.62 111.72 0.43 0.26
Hex 2E 60 26 34 0 3C 3E 70 2B 1A
Octal 56 140 46 64 0 74 76 160 53 32
Binary 101110 1100000 100110 110100 0 111100 111110 1110000 101011 11010

Color Harmonies of #2E6026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6026

Black with #2E6026

Text Example


Text Example

White with #2E6026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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