#272E0C

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

Shades of Green Waterloo #272E0C

Tints of Green Waterloo #272E0C

Color information

#272E0C (or 0x272E0C) is unknown color: approx Green Waterloo. HEX triplet: 27, 2E and 0C. RGB value is (39,46,12). Sum of RGB (Red+Green+Blue) = 39+46+12=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 46 (18.36% from 255 or 47.42% from 97); Blue value is 12 (5.08% from 255 or 12.37% from 97); Max value from RGB is 46 - color contains mainly: green. Hex color #272E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272E0C is #D8D1F3. Grayscale: #282828. Windows color (decimal): -14209524 or 798247. OLE color: 798247.

HSL color Cylindrical-coordinate representation of color #272E0C: hue angle of 72.35º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #272E0C is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.82.

Color convert

RGB394612-
CMYK0.1500.740.82
HSL72.35º58.62%11.37%-
HSV(B)72.35º73.91%18.04%-
XYZ1.882.410.71-
YUV40.03112.18127.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 40.21%
GREEN value IS 46 (18.36% from 255) = 47.42%
BLUE value IS 12 (5.08% from 255) = 12.37%
R=40.21%
G=47.42%
B=12.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3946120.1500.740.8272.3558.6211.37
Hex272ECF04A52483bb
Octal4756141701121221107313
Binary1001111011101100111101001010101001010010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,46,12); }

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

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

 a { background-color: rgb(39,46,12); }

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

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

 span { border-color: rgb(39,46,12); }

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