#282B13

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

Shades of Green Waterloo #282B13

Tints of Green Waterloo #282B13

Color information

#282B13 (or 0x282B13) is unknown color: approx Green Waterloo. HEX triplet: 28, 2B and 13. RGB value is (40,43,19). Sum of RGB (Red+Green+Blue) = 40+43+19=102 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.22% from 102); Green value is 43 (17.19% from 255 or 42.16% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 43 - color contains mainly: green. Hex color #282B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282B13 is #D7D4EC. Grayscale: #272727. Windows color (decimal): -14144749 or 1256232. OLE color: 1256232.

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

Color convert

RGB404319-
CMYK0.0700.560.83
HSL67.5º38.71%12.16%-
HSV(B)67.5º55.81%16.86%-
XYZ1.862.230.95-
YUV39.37116.51128.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 39.22%
GREEN value IS 43 (17.19% from 255) = 42.16%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=39.22%
G=42.16%
B=18.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4043190.0700.560.8367.538.7112.16
Hex282B137038534427c
Octal50532370701231044714
Binary101000101011100111110111000101001110001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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