#2E3108

Color #2E3108 Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #2E3108

Tints of Green Waterloo #2E3108

Color information

#2E3108 (or 0x2E3108) is unknown color: approx Green Waterloo. HEX triplet: 2E, 31 and 08. RGB value is (46,49,8). Sum of RGB (Red+Green+Blue) = 46+49+8=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #2E3108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3108 is #D1CEF7. Grayscale: #2B2B2B. Windows color (decimal): -13750008 or 536878. OLE color: 536878.

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

Color convert

RGB46498-
CMYK0.0600.840.81
HSL64.39º71.93%11.18%-
HSV(B)64.39º83.67%19.22%-
XYZ2.272.790.65-
YUV43.43108.01129.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.66%
GREEN value IS 49 (19.53% from 255) = 47.57%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=44.66%
G=47.57%
B=7.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal464980.0600.840.8164.3971.9311.18
Hex2E3186054514048b
Octal5661106012412110011013
Binary1011101100011000110010101001010001100000010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E3108;
 }
 .AnyTagClassName
 {
   color: #2E3108;
 }
</style>
background-color css

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

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

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

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

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

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