#272913

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

Shades of Green Waterloo #272913

Tints of Green Waterloo #272913

Color information

#272913 (or 0x272913) is unknown color: approx Green Waterloo. HEX triplet: 27, 29 and 13. RGB value is (39,41,19). Sum of RGB (Red+Green+Blue) = 39+41+19=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 41 - color contains mainly: green. Hex color #272913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272913 is #D8D6EC. Grayscale: #252525. Windows color (decimal): -14210797 or 1255719. OLE color: 1255719.

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

Color convert

RGB394119-
CMYK0.0500.540.84
HSL65.45º36.67%11.76%-
HSV(B)65.45º53.66%16.08%-
XYZ1.752.060.92-
YUV37.89117.34128.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 41 (16.41% from 255) = 41.41%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=39.39%
G=41.41%
B=19.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3941190.0500.540.8465.4536.6711.76
Hex2729135036544125c
Octal47512350661241014514
Binary100111101001100111010110110101010010000011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272913; }

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

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

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

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

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

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

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

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