#272823

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

Shades of Green Waterloo #272823

Tints of Green Waterloo #272823

Color information

#272823 (or 0x272823) is unknown color: approx Green Waterloo. HEX triplet: 27, 28 and 23. RGB value is (39,40,35). Sum of RGB (Red+Green+Blue) = 39+40+35=114 (15% of max value = 765). Red value is 39 (15.62% from 255 or 34.21% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 40 - color contains mainly: green. Hex color #272823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272823 is #D8D7DC. Grayscale: #272727. Windows color (decimal): -14211037 or 2304039. OLE color: 2304039.

HSL color Cylindrical-coordinate representation of color #272823: hue angle of 72º degrees, saturation: 0.07, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #272823 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB394035-
CMYK0.0200.120.84
HSL72º6.67%14.71%-
HSV(B)72º12.5%15.69%-
XYZ1.92.071.89-
YUV39.13125.67127.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 34.21%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 35 (14.06% from 255) = 30.70%
R=34.21%
G=35.09%
B=30.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3940350.0200.120.84726.6714.71
Hex27282320C54487f
Octal4750432014124110717
Binary1001111010001000111001100101010010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272823; }

 p { color: rgb(39,40,35); }

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

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

 a { background-color: rgb(39,40,35); }

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

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

 span { border-color: rgb(39,40,35); }

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