#272B06

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

Shades of Green Waterloo #272B06

Tints of Green Waterloo #272B06

Color information

#272B06 (or 0x272B06) is unknown color: approx Green Waterloo. HEX triplet: 27, 2B and 06. RGB value is (39,43,6). Sum of RGB (Red+Green+Blue) = 39+43+6=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 43 (17.19% from 255 or 48.86% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 43 - color contains mainly: green. Hex color #272B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272B06 is #D8D4F9. Grayscale: #252525. Windows color (decimal): -14210298 or 404263. OLE color: 404263.

HSL color Cylindrical-coordinate representation of color #272B06: hue angle of 66.49º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #272B06 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.

Color convert

RGB39436-
CMYK0.0900.860.83
HSL66.49º75.51%9.61%-
HSV(B)66.49º86.05%16.86%-
XYZ1.732.170.5-
YUV37.59110.17129.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.32%
GREEN value IS 43 (17.19% from 255) = 48.86%
BLUE value IS 6 (2.73% from 255) = 6.82%
R=44.32%
G=48.86%
B=6.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal394360.0900.860.8366.4975.519.61
Hex272B6905653424ca
Octal4753611012612310211412
Binary1001111010111101001010101101010011100001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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