Html Css Color HEX #2E320D Green Waterloo

📋 copy color: '#2E320D'

red 46 ◦ green 50 ◦ blue 13

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

Shades of Green Waterloo #2E320D

Tints of Green Waterloo #2E320D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 45.87%

 BLUE value IS 13 (5.47% from 255) = 11.93%

R = 42.2%
G = 45.87%
B = 11.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#2E320D (or 0x2E320D) is known color: Green Waterloo. HEX triplet: 2E, 32 and 0D. RGB value is (46,50,13). Sum of RGB (Red+Green+Blue) = 46+50+13=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #2E320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E320D is #D1CDF2. Grayscale: #2C2C2C. Windows color (decimal): -13749747 or 864814. OLE color: 864814.

HSL color Cylindrical-coordinate representation of color #2E320D: hue angle of 66.49º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E320D is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 46 50 13 -
CMYK 0.08 0 0.74 0.80
HSL 66.49º 0.59% 0.12% -
HSV(B) 66.49º 0.74% 0.2% -
XYZ 2.34 2.89 0.82 -
YUV 44.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 46 50 13 0.08 0 0.74 0.80 66.49 0.59 0.12
Hex 2E 32 D 8 0 4A 50 42 3B C
Octal 56 62 15 10 0 112 120 102 73 14
Binary 101110 110010 1101 1000 0 1001010 1010000 1000010 111011 1100

Color Harmonies of #2E320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E320D

Black with #2E320D

Text Example


Text Example

White with #2E320D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,50,13); }

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

background-color css

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

 a { background-color: rgb(46,50,13); }

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

border-color css

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

 span { border-color: rgb(46,50,13); }

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