#272814

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

Shades of Green Waterloo #272814

Tints of Green Waterloo #272814

Color information

#272814 (or 0x272814) is unknown color: approx Green Waterloo. HEX triplet: 27, 28 and 14. RGB value is (39,40,20). Sum of RGB (Red+Green+Blue) = 39+40+20=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 20 (8.20% from 255 or 20.20% from 99); Max value from RGB is 40 - color contains mainly: green. Hex color #272814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272814 is #D8D7EB. Grayscale: #252525. Windows color (decimal): -14211052 or 1320999. OLE color: 1320999.

HSL color Cylindrical-coordinate representation of color #272814: hue angle of 63º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #272814 is Cyan = 0.02, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB394020-
CMYK0.0200.50.84
HSL63º33.33%11.76%-
HSV(B)63º50%15.69%-
XYZ1.7220.96-
YUV37.42118.17129.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 20 (8.20% from 255) = 20.20%
R=39.39%
G=40.40%
B=20.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3940200.0200.50.846333.3311.76
Hex2728142032543f21c
Octal4750242062124774114
Binary1001111010001010010011001010101001111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272814; }

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

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

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

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

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

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

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

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