#272905

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

Shades of Green Waterloo #272905

Tints of Green Waterloo #272905

Color information

#272905 (or 0x272905) is unknown color: approx Green Waterloo. HEX triplet: 27, 29 and 05. RGB value is (39,41,5). Sum of RGB (Red+Green+Blue) = 39+41+5=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 41 (16.41% from 255 or 48.24% from 85); Blue value is 5 (2.34% from 255 or 5.88% from 85); Max value from RGB is 41 - color contains mainly: green. Hex color #272905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272905 is #D8D6FA. Grayscale: #242424. Windows color (decimal): -14210811 or 338215. OLE color: 338215.

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

Color convert

RGB39415-
CMYK0.0500.880.84
HSL63.33º78.26%9.02%-
HSV(B)63.33º87.8%16.08%-
XYZ1.662.030.45-
YUV36.3110.34129.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 41 (16.41% from 255) = 48.24%
BLUE value IS 5 (2.34% from 255) = 5.88%
R=45.88%
G=48.24%
B=5.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal394150.0500.880.8463.3378.269.02
Hex272955058543f4e9
Octal47515501301247711611
Binary10011110100110110101011000101010011111110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272905; }

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

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

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

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

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

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

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

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