#272821

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

Shades of Green Waterloo #272821

Tints of Green Waterloo #272821

Color information

#272821 (or 0x272821) is unknown color: approx Green Waterloo. HEX triplet: 27, 28 and 21. RGB value is (39,40,33). Sum of RGB (Red+Green+Blue) = 39+40+33=112 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.82% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 40 - color contains mainly: green. Hex color #272821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272821 is #D8D7DE. Grayscale: #262626. Windows color (decimal): -14211039 or 2172967. OLE color: 2172967.

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

Color convert

RGB394033-
CMYK0.0200.170.84
HSL68.57º9.59%14.31%-
HSV(B)68.57º17.5%15.69%-
XYZ1.872.061.74-
YUV38.9124.67128.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.82%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=34.82%
G=35.71%
B=29.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3940330.0200.170.8468.579.5914.31
Hex27282120115445ae
Octal47504120211241051216
Binary100111101000100001100100011010100100010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272821; }

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

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

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

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

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

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

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

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