#27290B

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

Shades of Green Waterloo #27290B

Tints of Green Waterloo #27290B

Color information

#27290B (or 0x27290B) is unknown color: approx Green Waterloo. HEX triplet: 27, 29 and 0B. RGB value is (39,41,11). Sum of RGB (Red+Green+Blue) = 39+41+11=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 41 (16.41% from 255 or 45.05% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 41 - color contains mainly: green. Hex color #27290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27290B is #D8D6F4. Grayscale: #252525. Windows color (decimal): -14210805 or 731431. OLE color: 731431.

HSL color Cylindrical-coordinate representation of color #27290B: hue angle of 64º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27290B is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.84.

Color convert

RGB394111-
CMYK0.0500.730.84
HSL64º57.69%10.2%-
HSV(B)64º73.17%16.08%-
XYZ1.692.040.62-
YUV36.98113.34129.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.86%
GREEN value IS 41 (16.41% from 255) = 45.05%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=42.86%
G=45.05%
B=12.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3941110.0500.730.846457.6910.2
Hex2729B504954403aa
Octal475113501111241007212
Binary100111101001101110101001001101010010000001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27290B; }

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

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

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

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

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

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

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

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