#272E01

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

Shades of Green Waterloo #272E01

Tints of Green Waterloo #272E01

Color information

#272E01 (or 0x272E01) is unknown color: approx Green Waterloo. HEX triplet: 27, 2E and 01. RGB value is (39,46,1). Sum of RGB (Red+Green+Blue) = 39+46+1=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 46 (18.36% from 255 or 53.49% from 86); Blue value is 1 (0.78% from 255 or 1.16% from 86); Max value from RGB is 46 - color contains mainly: green. Hex color #272E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272E01 is #D8D1FE. Grayscale: #262626. Windows color (decimal): -14209535 or 77351. OLE color: 77351.

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

Color convert

RGB39461-
CMYK0.1500.980.82
HSL69.33º95.74%9.22%-
HSV(B)69.33º97.83%18.04%-
XYZ1.822.390.39-
YUV38.78106.68128.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.35%
GREEN value IS 46 (18.36% from 255) = 53.49%
BLUE value IS 1 (0.78% from 255) = 1.16%
R=45.35%
G=53.49%
B=1.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal394610.1500.980.8269.3395.749.22
Hex272E1F0625245609
Octal4756117014212210514011
Binary10011110111011111011000101010010100010111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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