Html Css Color HEX #2E6125 Green House

📋 copy color: '#2E6125'

red 46 ◦ green 97 ◦ blue 37

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

Shades of Green House #2E6125

Tints of Green House #2E6125

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.89%

 BLUE value IS 37 (14.84% from 255) = 20.56%

R = 25.56%
G = 53.89%
B = 20.56%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#2E6125 (or 0x2E6125) is known color: Green House. HEX triplet: 2E, 61 and 25. RGB value is (46,97,37). Sum of RGB (Red+Green+Blue) = 46+97+37=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6125 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6125 is #D19EDA. Grayscale: #4B4B4B. Windows color (decimal): -13737691 or 2449710. OLE color: 2449710.

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

Color convert

RGB 46 97 37 -
CMYK 0.53 0 0.62 0.62
HSL 111º 0.45% 0.26% -
HSV(B) 111º 0.62% 0.38% -
XYZ 5.74 9.26 3.24 -
YUV 74.91 106.6 107.38 -
System Red Green Blue C M Y K H S L
Decimal 46 97 37 0.53 0 0.62 0.62 111 0.45 0.26
Hex 2E 61 25 35 0 3E 3E 6F 2D 1A
Octal 56 141 45 65 0 76 76 157 55 32
Binary 101110 1100001 100101 110101 0 111110 111110 1101111 101101 11010

Color Harmonies of #2E6125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6125

Black with #2E6125

Text Example


Text Example

White with #2E6125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,97,37); }

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

background-color css

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

 a { background-color: rgb(46,97,37); }

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

border-color css

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

 span { border-color: rgb(46,97,37); }

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