#2E300E

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

Shades of Green Waterloo #2E300E

Tints of Green Waterloo #2E300E

Color information

#2E300E (or 0x2E300E) is unknown color: approx Green Waterloo. HEX triplet: 2E, 30 and 0E. RGB value is (46,48,14). Sum of RGB (Red+Green+Blue) = 46+48+14=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 48 - color contains mainly: green. Hex color #2E300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E300E is #D1CFF1. Grayscale: #2B2B2B. Windows color (decimal): -13750258 or 929838. OLE color: 929838.

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

Color convert

RGB464814-
CMYK0.0400.710.81
HSL63.53º54.84%12.16%-
HSV(B)63.53º70.83%18.82%-
XYZ2.262.730.82-
YUV43.53111.34129.76-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.59%
GREEN value IS 48 (19.14% from 255) = 44.44%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=42.59%
G=44.44%
B=12.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4648140.0400.710.8163.5354.8412.16
Hex2E30E4047514037c
Octal566016401071211006714
Binary101110110000111010001000111101000110000001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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