#272B11

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

Shades of Green Waterloo #272B11

Tints of Green Waterloo #272B11

Color information

#272B11 (or 0x272B11) is unknown color: approx Green Waterloo. HEX triplet: 27, 2B and 11. RGB value is (39,43,17). Sum of RGB (Red+Green+Blue) = 39+43+17=99 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39.39% from 99); Green value is 43 (17.19% from 255 or 43.43% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 43 - color contains mainly: green. Hex color #272B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272B11 is #D8D4EE. Grayscale: #262626. Windows color (decimal): -14210287 or 1125159. OLE color: 1125159.

HSL color Cylindrical-coordinate representation of color #272B11: hue angle of 69.23º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #272B11 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB394317-
CMYK0.0900.600.83
HSL69.23º43.33%11.76%-
HSV(B)69.23º60.47%16.86%-
XYZ1.82.20.86-
YUV38.84115.67128.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.39%
GREEN value IS 43 (17.19% from 255) = 43.43%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=39.39%
G=43.43%
B=17.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3943170.0900.600.8369.2343.3311.76
Hex272B11903C53452bc
Octal475321110741231055314
Binary1001111010111000110010111100101001110001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,43,17); }

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

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

 a { background-color: rgb(39,43,17); }

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

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

 span { border-color: rgb(39,43,17); }

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