#27281C

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

Shades of Green Waterloo #27281C

Tints of Green Waterloo #27281C

Color information

#27281C (or 0x27281C) is unknown color: approx Green Waterloo. HEX triplet: 27, 28 and 1C. RGB value is (39,40,28). Sum of RGB (Red+Green+Blue) = 39+40+28=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 40 - color contains mainly: green. Hex color #27281C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27281C is #D8D7E3. Grayscale: #262626. Windows color (decimal): -14211044 or 1845287. OLE color: 1845287.

HSL color Cylindrical-coordinate representation of color #27281C: hue angle of 65º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #27281C is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB394028-
CMYK0.0200.300.84
HSL65º17.65%13.33%-
HSV(B)65º30%15.69%-
XYZ1.812.031.4-
YUV38.33122.17128.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 36.45%
GREEN value IS 40 (16.02% from 255) = 37.38%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=36.45%
G=37.38%
B=26.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3940280.0200.300.846517.6513.33
Hex27281C201E544112d
Octal47503420361241012215
Binary100111101000111001001111010101001000001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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