Html Css Color HEX #2E3315 Green Waterloo

📋 copy color: '#2E3315'

red 46 ◦ green 51 ◦ blue 21

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

Shades of Green Waterloo #2E3315

Tints of Green Waterloo #2E3315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.8%

R = 38.98%
G = 43.22%
B = 17.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.8

RGB Variations

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

Color information

#2E3315 (or 0x2E3315) is known color: Green Waterloo. HEX triplet: 2E, 33 and 15. RGB value is (46,51,21). Sum of RGB (Red+Green+Blue) = 46+51+21=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 51 - color contains mainly: green. Hex color #2E3315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3315 is #D1CCEA. Grayscale: #2E2E2E. Windows color (decimal): -13749483 or 1389358. OLE color: 1389358.

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

Color convert

RGB 46 51 21 -
CMYK 0.10 0 0.59 0.8
HSL 70º 0.42% 0.14% -
HSV(B) 70º 0.59% 0.2% -
XYZ 2.45 3 1.16 -
YUV 46.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 46 51 21 0.10 0 0.59 0.8 70 0.42 0.14
Hex 2E 33 15 A 0 3B 50 46 2A E
Octal 56 63 25 12 0 73 120 106 52 16
Binary 101110 110011 10101 1010 0 111011 1010000 1000110 101010 1110

Color Harmonies of #2E3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3315

Black with #2E3315

Text Example


Text Example

White with #2E3315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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