Html Css Color HEX #2E3025 Green Waterloo

📋 copy color: '#2E3025'

red 46 ◦ green 48 ◦ blue 37

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

Shades of Green Waterloo #2E3025

Tints of Green Waterloo #2E3025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 36.64%

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

R = 35.11%
G = 36.64%
B = 28.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#2E3025 (or 0x2E3025) is known color: Green Waterloo. HEX triplet: 2E, 30 and 25. RGB value is (46,48,37). Sum of RGB (Red+Green+Blue) = 46+48+37=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3025 is #D1CFDA. Grayscale: #2E2E2E. Windows color (decimal): -13750235 or 2437166. OLE color: 2437166.

HSL color Cylindrical-coordinate representation of color #2E3025: hue angle of 70.91º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E3025 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB 46 48 37 -
CMYK 0.04 0 0.23 0.81
HSL 70.91º 0.13% 0.17% -
HSV(B) 70.91º 0.23% 0.19% -
XYZ 2.52 2.83 2.16 -
YUV 46.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 46 48 37 0.04 0 0.23 0.81 70.91 0.13 0.17
Hex 2E 30 25 4 0 17 51 47 D 11
Octal 56 60 45 4 0 27 121 107 15 21
Binary 101110 110000 100101 100 0 10111 1010001 1000111 1101 10001

Color Harmonies of #2E3025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3025

Black with #2E3025

Text Example


Text Example

White with #2E3025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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