#2E3015

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

Shades of Green Waterloo #2E3015

Tints of Green Waterloo #2E3015

Color information

#2E3015 (or 0x2E3015) is unknown color: approx Green Waterloo. HEX triplet: 2E, 30 and 15. RGB value is (46,48,21). Sum of RGB (Red+Green+Blue) = 46+48+21=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #2E3015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E3015 is #D1CFEA. Grayscale: #2C2C2C. Windows color (decimal): -13750251 or 1388590. OLE color: 1388590.

HSL color Cylindrical-coordinate representation of color #2E3015: hue angle of 64.44º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E3015 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB464821-
CMYK0.0400.560.81
HSL64.44º39.13%13.53%-
HSV(B)64.44º56.25%18.82%-
XYZ2.322.751.12-
YUV44.32114.84129.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=40%
G=41.74%
B=18.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4648210.0400.560.8164.4439.1313.53
Hex2E30154038514027e
Octal56602540701211004716
Binary101110110000101011000111000101000110000001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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