Html Css Color HEX #2E3318 Green Waterloo

📋 copy color: '#2E3318'

red 46 ◦ green 51 ◦ blue 24

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

Shades of Green Waterloo #2E3318

Tints of Green Waterloo #2E3318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.15%

 BLUE value IS 24 (9.77% from 255) = 19.83%

R = 38.02%
G = 42.15%
B = 19.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.53

 K value IS 0.8

RGB Variations

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

Color information

#2E3318 (or 0x2E3318) is known color: Green Waterloo. HEX triplet: 2E, 33 and 18. RGB value is (46,51,24). Sum of RGB (Red+Green+Blue) = 46+51+24=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3318 is #D1CCE7. Grayscale: #2E2E2E. Windows color (decimal): -13749480 or 1585966. OLE color: 1585966.

HSL color Cylindrical-coordinate representation of color #2E3318: hue angle of 71.11º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E3318 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.8.

Color convert

RGB 46 51 24 -
CMYK 0.10 0 0.53 0.8
HSL 71.11º 0.36% 0.15% -
HSV(B) 71.11º 0.53% 0.2% -
XYZ 2.48 3.01 1.32 -
YUV 46.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 46 51 24 0.10 0 0.53 0.8 71.11 0.36 0.15
Hex 2E 33 18 A 0 35 50 47 24 F
Octal 56 63 30 12 0 65 120 107 44 17
Binary 101110 110011 11000 1010 0 110101 1010000 1000111 100100 1111

Color Harmonies of #2E3318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3318

Black with #2E3318

Text Example


Text Example

White with #2E3318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,51,24); }

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

background-color css

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

 a { background-color: rgb(46,51,24); }

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

border-color css

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

 span { border-color: rgb(46,51,24); }

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