Html Css Color HEX #2E3024 Green Waterloo

📋 copy color: '#2E3024'

red 46 ◦ green 48 ◦ blue 36

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

Shades of Green Waterloo #2E3024

Tints of Green Waterloo #2E3024

RGB

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

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

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

R = 35.38%
G = 36.92%
B = 27.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#2E3024 (or 0x2E3024) is known color: Green Waterloo. HEX triplet: 2E, 30 and 24. RGB value is (46,48,36). Sum of RGB (Red+Green+Blue) = 46+48+36=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3024 is #D1CFDB. Grayscale: #2E2E2E. Windows color (decimal): -13750236 or 2371630. OLE color: 2371630.

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

Color convert

RGB 46 48 36 -
CMYK 0.04 0 0.25 0.81
HSL 70º 0.14% 0.16% -
HSV(B) 70º 0.25% 0.19% -
XYZ 2.5 2.82 2.08 -
YUV 46.03 122.34 127.98 -
System Red Green Blue C M Y K H S L
Decimal 46 48 36 0.04 0 0.25 0.81 70 0.14 0.16
Hex 2E 30 24 4 0 19 51 46 E 10
Octal 56 60 44 4 0 31 121 106 16 20
Binary 101110 110000 100100 100 0 11001 1010001 1000110 1110 10000

Color Harmonies of #2E3024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3024

Black with #2E3024

Text Example


Text Example

White with #2E3024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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