#282E04

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

Shades of Green Waterloo #282E04

Tints of Green Waterloo #282E04

Color information

#282E04 (or 0x282E04) is unknown color: approx Green Waterloo. HEX triplet: 28, 2E and 04. RGB value is (40,46,4). Sum of RGB (Red+Green+Blue) = 40+46+4=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 46 (18.36% from 255 or 51.11% from 90); Blue value is 4 (1.95% from 255 or 4.44% from 90); Max value from RGB is 46 - color contains mainly: green. Hex color #282E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282E04 is #D7D1FB. Grayscale: #272727. Windows color (decimal): -14143996 or 273960. OLE color: 273960.

HSL color Cylindrical-coordinate representation of color #282E04: hue angle of 68.57º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #282E04 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.82.

Color convert

RGB40464-
CMYK0.1300.910.82
HSL68.57º84%9.8%-
HSV(B)68.57º91.3%18.04%-
XYZ1.872.410.48-
YUV39.42108.01128.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 46 (18.36% from 255) = 51.11%
BLUE value IS 4 (1.95% from 255) = 4.44%
R=44.44%
G=51.11%
B=4.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal404640.1300.910.8268.57849.8
Hex282E4D05B524554a
Octal5056415013312210512412
Binary1010001011101001101010110111010010100010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,46,4); }

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

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

 a { background-color: rgb(40,46,4); }

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

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

 span { border-color: rgb(40,46,4); }

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