Html Css Color HEX #2E3014 Green Waterloo

📋 copy color: '#2E3014'

red 46 ◦ green 48 ◦ blue 20

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

Shades of Green Waterloo #2E3014

Tints of Green Waterloo #2E3014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.54%

R = 40.35%
G = 42.11%
B = 17.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#2E3014 (or 0x2E3014) is known color: Green Waterloo. HEX triplet: 2E, 30 and 14. RGB value is (46,48,20). Sum of RGB (Red+Green+Blue) = 46+48+20=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3014 is #D1CFEB. Grayscale: #2C2C2C. Windows color (decimal): -13750252 or 1323054. OLE color: 1323054.

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

Color convert

RGB 46 48 20 -
CMYK 0.04 0 0.58 0.81
HSL 64.29º 0.41% 0.13% -
HSV(B) 64.29º 0.58% 0.19% -
XYZ 2.31 2.75 1.07 -
YUV 44.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 46 48 20 0.04 0 0.58 0.81 64.29 0.41 0.13
Hex 2E 30 14 4 0 3A 51 40 29 D
Octal 56 60 24 4 0 72 121 100 51 15
Binary 101110 110000 10100 100 0 111010 1010001 1000000 101001 1101

Color Harmonies of #2E3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3014

Black with #2E3014

Text Example


Text Example

White with #2E3014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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