Html Css Color HEX #2E301D Green Waterloo

📋 copy color: '#2E301D'

red 46 ◦ green 48 ◦ blue 29

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

Shades of Green Waterloo #2E301D

Tints of Green Waterloo #2E301D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.58%

R = 37.4%
G = 39.02%
B = 23.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#2E301D (or 0x2E301D) is known color: Green Waterloo. HEX triplet: 2E, 30 and 1D. RGB value is (46,48,29). Sum of RGB (Red+Green+Blue) = 46+48+29=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 48 (19.14% from 255 or 39.02% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 48 - color contains mainly: green. Hex color #2E301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E301D is #D1CFE2. Grayscale: #2D2D2D. Windows color (decimal): -13750243 or 1912878. OLE color: 1912878.

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

Color convert

RGB 46 48 29 -
CMYK 0.04 0 0.40 0.81
HSL 66.32º 0.25% 0.15% -
HSV(B) 66.32º 0.4% 0.19% -
XYZ 2.41 2.78 1.57 -
YUV 45.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 46 48 29 0.04 0 0.40 0.81 66.32 0.25 0.15
Hex 2E 30 1D 4 0 28 51 42 19 F
Octal 56 60 35 4 0 50 121 102 31 17
Binary 101110 110000 11101 100 0 101000 1010001 1000010 11001 1111

Color Harmonies of #2E301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E301D

Black with #2E301D

Text Example


Text Example

White with #2E301D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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