#27290C

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

Shades of Green Waterloo #27290C

Tints of Green Waterloo #27290C

Color information

#27290C (or 0x27290C) is unknown color: approx Green Waterloo. HEX triplet: 27, 29 and 0C. RGB value is (39,41,12). Sum of RGB (Red+Green+Blue) = 39+41+12=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 41 - color contains mainly: green. Hex color #27290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #27290C is #D8D6F3. Grayscale: #252525. Windows color (decimal): -14210804 or 796967. OLE color: 796967.

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

Color convert

RGB394112-
CMYK0.0500.710.84
HSL64.14º54.72%10.39%-
HSV(B)64.14º70.73%16.08%-
XYZ1.72.040.65-
YUV37.1113.84129.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 42.39%
GREEN value IS 41 (16.41% from 255) = 44.57%
BLUE value IS 12 (5.08% from 255) = 13.04%
R=42.39%
G=44.57%
B=13.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3941120.0500.710.8464.1454.7210.39
Hex2729C5047544037a
Octal475114501071241006712
Binary100111101001110010101000111101010010000001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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