#282B10

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

Shades of Green Waterloo #282B10

Tints of Green Waterloo #282B10

Color information

#282B10 (or 0x282B10) is unknown color: approx Green Waterloo. HEX triplet: 28, 2B and 10. RGB value is (40,43,16). Sum of RGB (Red+Green+Blue) = 40+43+16=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 43 (17.19% from 255 or 43.43% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 43 - color contains mainly: green. Hex color #282B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282B10 is #D7D4EF. Grayscale: #272727. Windows color (decimal): -14144752 or 1059624. OLE color: 1059624.

HSL color Cylindrical-coordinate representation of color #282B10: hue angle of 66.67º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282B10 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.83.

Color convert

RGB404316-
CMYK0.0700.630.83
HSL66.67º45.76%11.57%-
HSV(B)66.67º62.79%16.86%-
XYZ1.832.220.82-
YUV39.02115.01128.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 43 (17.19% from 255) = 43.43%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=40.40%
G=43.43%
B=16.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4043160.0700.630.8366.6745.7611.57
Hex282B10703F53432ec
Octal50532070771231035614
Binary101000101011100001110111111101001110000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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