#28291C

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

Shades of Green Waterloo #28291C

Tints of Green Waterloo #28291C

Color information

#28291C (or 0x28291C) is unknown color: approx Green Waterloo. HEX triplet: 28, 29 and 1C. RGB value is (40,41,28). Sum of RGB (Red+Green+Blue) = 40+41+28=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 41 - color contains mainly: green. Hex color #28291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28291C is #D7D6E3. Grayscale: #272727. Windows color (decimal): -14145252 or 1845544. OLE color: 1845544.

HSL color Cylindrical-coordinate representation of color #28291C: hue angle of 64.62º degrees, saturation: 0.19, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #28291C is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.84.

Color convert

RGB404128-
CMYK0.0200.320.84
HSL64.62º18.84%13.53%-
HSV(B)64.62º31.71%16.08%-
XYZ1.882.121.41-
YUV39.22121.67128.56-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 41 (16.41% from 255) = 37.61%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=36.70%
G=37.61%
B=25.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4041280.0200.320.8464.6218.8413.53
Hex28291C2020544113e
Octal50513420401241012316
Binary1010001010011110010010000010101001000001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28291C; }

 p { color: rgb(40,41,28); }

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

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

 a { background-color: rgb(40,41,28); }

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

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

 span { border-color: rgb(40,41,28); }

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