Html Css Color HEX #2E310A Green Waterloo

📋 copy color: '#2E310A'

red 46 ◦ green 49 ◦ blue 10

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

Shades of Green Waterloo #2E310A

Tints of Green Waterloo #2E310A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 46.67%

 BLUE value IS 10 (4.3% from 255) = 9.52%

R = 43.81%
G = 46.67%
B = 9.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#2E310A (or 0x2E310A) is known color: Green Waterloo. HEX triplet: 2E, 31 and 0A. RGB value is (46,49,10). Sum of RGB (Red+Green+Blue) = 46+49+10=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #2E310A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E310A is #D1CEF5. Grayscale: #2B2B2B. Windows color (decimal): -13750006 or 667950. OLE color: 667950.

HSL color Cylindrical-coordinate representation of color #2E310A: hue angle of 64.62º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E310A is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB 46 49 10 -
CMYK 0.06 0 0.80 0.81
HSL 64.62º 0.66% 0.12% -
HSV(B) 64.62º 0.8% 0.19% -
XYZ 2.28 2.8 0.71 -
YUV 43.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 46 49 10 0.06 0 0.80 0.81 64.62 0.66 0.12
Hex 2E 31 A 6 0 50 51 41 42 C
Octal 56 61 12 6 0 120 121 101 102 14
Binary 101110 110001 1010 110 0 1010000 1010001 1000001 1000010 1100

Color Harmonies of #2E310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E310A

Black with #2E310A

Text Example


Text Example

White with #2E310A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,49,10); }

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

background-color css

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

 a { background-color: rgb(46,49,10); }

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

border-color css

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

 span { border-color: rgb(46,49,10); }

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