Html Css Color HEX #2E3013 Green Waterloo

📋 copy color: '#2E3013'

red 46 ◦ green 48 ◦ blue 19

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

Shades of Green Waterloo #2E3013

Tints of Green Waterloo #2E3013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.81%

R = 40.71%
G = 42.48%
B = 16.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.81

RGB Variations

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

Color information

#2E3013 (or 0x2E3013) is known color: Green Waterloo. HEX triplet: 2E, 30 and 13. RGB value is (46,48,19). Sum of RGB (Red+Green+Blue) = 46+48+19=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3013 is #D1CFEC. Grayscale: #2C2C2C. Windows color (decimal): -13750253 or 1257518. OLE color: 1257518.

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

Color convert

RGB 46 48 19 -
CMYK 0.04 0 0.60 0.81
HSL 64.14º 0.43% 0.13% -
HSV(B) 64.14º 0.6% 0.19% -
XYZ 2.3 2.74 1.02 -
YUV 44.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 46 48 19 0.04 0 0.60 0.81 64.14 0.43 0.13
Hex 2E 30 13 4 0 3C 51 40 2B D
Octal 56 60 23 4 0 74 121 100 53 15
Binary 101110 110000 10011 100 0 111100 1010001 1000000 101011 1101

Color Harmonies of #2E3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3013

Black with #2E3013

Text Example


Text Example

White with #2E3013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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