#272820

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

Shades of Green Waterloo #272820

Tints of Green Waterloo #272820

Color information

#272820 (or 0x272820) is unknown color: approx Green Waterloo. HEX triplet: 27, 28 and 20. RGB value is (39,40,32). Sum of RGB (Red+Green+Blue) = 39+40+32=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 40 - color contains mainly: green. Hex color #272820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272820 is #D8D7DF. Grayscale: #262626. Windows color (decimal): -14211040 or 2107431. OLE color: 2107431.

HSL color Cylindrical-coordinate representation of color #272820: hue angle of 67.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #272820 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB394032-
CMYK0.0200.200.84
HSL67.5º11.11%14.12%-
HSV(B)67.5º20%15.69%-
XYZ1.862.051.66-
YUV38.79124.17128.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 40 (16.02% from 255) = 36.04%
BLUE value IS 32 (12.89% from 255) = 28.83%
R=35.14%
G=36.04%
B=28.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3940320.0200.200.8467.511.1114.12
Hex27282020145444be
Octal47504020241241041316
Binary100111101000100000100101001010100100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272820; }

 p { color: rgb(39,40,32); }

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

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

 a { background-color: rgb(39,40,32); }

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

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

 span { border-color: rgb(39,40,32); }

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