#272912

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

Shades of Green Waterloo #272912

Tints of Green Waterloo #272912

Color information

#272912 (or 0x272912) is unknown color: approx Green Waterloo. HEX triplet: 27, 29 and 12. RGB value is (39,41,18). Sum of RGB (Red+Green+Blue) = 39+41+18=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 41 - color contains mainly: green. Hex color #272912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272912 is #D8D6ED. Grayscale: #252525. Windows color (decimal): -14210798 or 1190183. OLE color: 1190183.

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

Color convert

RGB394118-
CMYK0.0500.560.84
HSL65.22º38.98%11.57%-
HSV(B)65.22º56.1%16.08%-
XYZ1.742.060.88-
YUV37.78116.84128.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 39.80%
GREEN value IS 41 (16.41% from 255) = 41.84%
BLUE value IS 18 (7.42% from 255) = 18.37%
R=39.80%
G=41.84%
B=18.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3941180.0500.560.8465.2238.9811.57
Hex2729125038544127c
Octal47512250701241014714
Binary100111101001100101010111000101010010000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272912; }

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

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

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

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

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

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

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

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