Html Css Color HEX #2E3105 Green Waterloo

📋 copy color: '#2E3105'

red 46 ◦ green 49 ◦ blue 5

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

Shades of Green Waterloo #2E3105

Tints of Green Waterloo #2E3105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5%

R = 46%
G = 49%
B = 5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#2E3105 (or 0x2E3105) is known color: Green Waterloo. HEX triplet: 2E, 31 and 05. RGB value is (46,49,5). Sum of RGB (Red+Green+Blue) = 46+49+5=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 5 (2.34% from 255 or 5% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3105 is #D1CEFA. Grayscale: #2B2B2B. Windows color (decimal): -13750011 or 340270. OLE color: 340270.

HSL color Cylindrical-coordinate representation of color #2E3105: hue angle of 64.09º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E3105 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB 46 49 5 -
CMYK 0.06 0 0.90 0.81
HSL 64.09º 0.81% 0.11% -
HSV(B) 64.09º 0.9% 0.19% -
XYZ 2.25 2.79 0.56 -
YUV 43.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 46 49 5 0.06 0 0.90 0.81 64.09 0.81 0.11
Hex 2E 31 5 6 0 5A 51 40 51 B
Octal 56 61 5 6 0 132 121 100 121 13
Binary 101110 110001 101 110 0 1011010 1010001 1000000 1010001 1011

Color Harmonies of #2E3105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3105

Black with #2E3105

Text Example


Text Example

White with #2E3105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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