#2E301F

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

Shades of Green Waterloo #2E301F

Tints of Green Waterloo #2E301F

Color information

#2E301F (or 0x2E301F) is unknown color: approx Green Waterloo. HEX triplet: 2E, 30 and 1F. RGB value is (46,48,31). Sum of RGB (Red+Green+Blue) = 46+48+31=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 48 - color contains mainly: green. Hex color #2E301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E301F is #D1CFE0. Grayscale: #2D2D2D. Windows color (decimal): -13750241 or 2043950. OLE color: 2043950.

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

Color convert

RGB464831-
CMYK0.0400.350.81
HSL67.06º21.52%15.49%-
HSV(B)67.06º35.42%18.82%-
XYZ2.432.791.71-
YUV45.46119.84128.38-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.8%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=36.8%
G=38.4%
B=24.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4648310.0400.350.8167.0621.5215.49
Hex2E301F4023514316f
Octal56603740431211032617
Binary10111011000011111100010001110100011000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E301F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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