#2F311E

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

Shades of Green Waterloo #2F311E

Tints of Green Waterloo #2F311E

Color information

#2F311E (or 0x2F311E) is unknown color: approx Green Waterloo. HEX triplet: 2F, 31 and 1E. RGB value is (47,49,30). Sum of RGB (Red+Green+Blue) = 47+49+30=126 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.30% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 49 - color contains mainly: green. Hex color #2F311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F311E is #D0CEE1. Grayscale: #2E2E2E. Windows color (decimal): -13684450 or 1978671. OLE color: 1978671.

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

Color convert

RGB474930-
CMYK0.0400.390.81
HSL66.32º24.05%15.49%-
HSV(B)66.32º38.78%19.22%-
XYZ2.52.891.66-
YUV46.24118.84128.54-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.30%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=37.30%
G=38.89%
B=23.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4749300.0400.390.8166.3224.0515.49
Hex2F311E4027514218f
Octal57613640471211023017
Binary10111111000111110100010011110100011000010110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F311E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,49,30); }

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

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

 a { background-color: rgb(47,49,30); }

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

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

 span { border-color: rgb(47,49,30); }

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