#272911

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

Shades of Green Waterloo #272911

Tints of Green Waterloo #272911

Color information

#272911 (or 0x272911) is unknown color: approx Green Waterloo. HEX triplet: 27, 29 and 11. RGB value is (39,41,17). Sum of RGB (Red+Green+Blue) = 39+41+17=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 17 (7.03% from 255 or 17.53% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #272911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272911 is #D8D6EE. Grayscale: #252525. Windows color (decimal): -14210799 or 1124647. OLE color: 1124647.

HSL color Cylindrical-coordinate representation of color #272911: hue angle of 65º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #272911 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.84.

Color convert

RGB394117-
CMYK0.0500.590.84
HSL65º41.38%11.37%-
HSV(B)65º58.54%16.08%-
XYZ1.732.060.84-
YUV37.67116.34128.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.21%
GREEN value IS 41 (16.41% from 255) = 42.27%
BLUE value IS 17 (7.03% from 255) = 17.53%
R=40.21%
G=42.27%
B=17.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3941170.0500.590.846541.3811.37
Hex272911503B544129b
Octal47512150731241015113
Binary100111101001100011010111011101010010000011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272911; }

 p { color: rgb(39,41,17); }

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

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

 a { background-color: rgb(39,41,17); }

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

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

 span { border-color: rgb(39,41,17); }

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