#272C10

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

Shades of Green Waterloo #272C10

Tints of Green Waterloo #272C10

Color information

#272C10 (or 0x272C10) is unknown color: approx Green Waterloo. HEX triplet: 27, 2C and 10. RGB value is (39,44,16). Sum of RGB (Red+Green+Blue) = 39+44+16=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 44 - color contains mainly: green. Hex color #272C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272C10 is #D8D3EF. Grayscale: #272727. Windows color (decimal): -14210032 or 1059879. OLE color: 1059879.

HSL color Cylindrical-coordinate representation of color #272C10: hue angle of 70.71º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #272C10 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.83.

Color convert

RGB394416-
CMYK0.1100.640.83
HSL70.71º46.67%11.76%-
HSV(B)70.71º63.64%17.25%-
XYZ1.832.270.83-
YUV39.31114.84127.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 44 (17.58% from 255) = 44.44%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=39.39%
G=44.44%
B=16.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3944160.1100.640.8370.7146.6711.76
Hex272C10B04053472fc
Octal4754201301001231075714
Binary10011110110010000101101000000101001110001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272C10; }

 p { color: rgb(39,44,16); }

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

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

 a { background-color: rgb(39,44,16); }

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

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

 span { border-color: rgb(39,44,16); }

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