#282B1A

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

Shades of Green Waterloo #282B1A

Tints of Green Waterloo #282B1A

Color information

#282B1A (or 0x282B1A) is unknown color: approx Green Waterloo. HEX triplet: 28, 2B and 1A. RGB value is (40,43,26). Sum of RGB (Red+Green+Blue) = 40+43+26=109 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.70% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 43 - color contains mainly: green. Hex color #282B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282B1A is #D7D4E5. Grayscale: #282828. Windows color (decimal): -14144742 or 1714984. OLE color: 1714984.

HSL color Cylindrical-coordinate representation of color #282B1A: hue angle of 70.59º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #282B1A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.83.

Color convert

RGB404326-
CMYK0.0700.400.83
HSL70.59º24.64%13.53%-
HSV(B)70.59º39.53%16.86%-
XYZ1.932.251.31-
YUV40.16120.01127.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.70%
GREEN value IS 43 (17.19% from 255) = 39.45%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=36.70%
G=39.45%
B=23.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4043260.0700.400.8370.5924.6413.53
Hex282B1A7028534719e
Octal50533270501231073116
Binary10100010101111010111010100010100111000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282B1A; }

 p { color: rgb(40,43,26); }

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

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

 a { background-color: rgb(40,43,26); }

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

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

 span { border-color: rgb(40,43,26); }

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