#27291F

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

Shades of Green Waterloo #27291F

Tints of Green Waterloo #27291F

Color information

#27291F (or 0x27291F) is unknown color: approx Green Waterloo. HEX triplet: 27, 29 and 1F. RGB value is (39,41,31). Sum of RGB (Red+Green+Blue) = 39+41+31=111 (14% of max value = 765). Red value is 39 (15.62% from 255 or 35.14% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 41 - color contains mainly: green. Hex color #27291F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27291F is #D8D6E0. Grayscale: #272727. Windows color (decimal): -14210785 or 2042151. OLE color: 2042151.

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

Color convert

RGB394131-
CMYK0.0500.240.84
HSL72º13.89%14.12%-
HSV(B)72º24.39%16.08%-
XYZ1.882.121.61-
YUV39.26123.34127.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 35.14%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=35.14%
G=36.94%
B=27.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3941310.0500.240.847213.8914.12
Hex27291F50185448ee
Octal47513750301241101616
Binary100111101001111111010110001010100100100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27291F; }

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

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

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

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

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

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

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

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