#2F321C

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

Shades of Green Waterloo #2F321C

Tints of Green Waterloo #2F321C

Color information

#2F321C (or 0x2F321C) is unknown color: approx Green Waterloo. HEX triplet: 2F, 32 and 1C. RGB value is (47,50,28). Sum of RGB (Red+Green+Blue) = 47+50+28=125 (16% of max value = 765). Red value is 47 (18.75% from 255 or 37.6% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #2F321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F321C is #D0CDE3. Grayscale: #2E2E2E. Windows color (decimal): -13684196 or 1847855. OLE color: 1847855.

HSL color Cylindrical-coordinate representation of color #2F321C: hue angle of 68.18º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2F321C is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.

Color convert

RGB475028-
CMYK0.0600.440.80
HSL68.18º28.21%15.29%-
HSV(B)68.18º44%19.61%-
XYZ2.522.971.54-
YUV46.6117.51128.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 37.6%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=37.6%
G=40%
B=22.4%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4750280.0600.440.8068.1828.2115.29
Hex2F321C602C50441cf
Octal57623460541201043417
Binary10111111001011100110010110010100001000100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,50,28); }

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

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

 a { background-color: rgb(47,50,28); }

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

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

 span { border-color: rgb(47,50,28); }

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