#272E05

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

Shades of Green Waterloo #272E05

Tints of Green Waterloo #272E05

Color information

#272E05 (or 0x272E05) is unknown color: approx Green Waterloo. HEX triplet: 27, 2E and 05. RGB value is (39,46,5). Sum of RGB (Red+Green+Blue) = 39+46+5=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #272E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272E05 is #D8D1FA. Grayscale: #272727. Windows color (decimal): -14209531 or 339495. OLE color: 339495.

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

Color convert

RGB39465-
CMYK0.1500.890.82
HSL70.24º80.39%10%-
HSV(B)70.24º89.13%18.04%-
XYZ1.842.40.51-
YUV39.23108.68127.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 43.33%
GREEN value IS 46 (18.36% from 255) = 51.11%
BLUE value IS 5 (2.34% from 255) = 5.56%
R=43.33%
G=51.11%
B=5.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal394650.1500.890.8270.2480.3910
Hex272E5F059524650a
Octal4756517013112210612012
Binary1001111011101011111010110011010010100011010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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