#282C05

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

Shades of Green Waterloo #282C05

Tints of Green Waterloo #282C05

Color information

#282C05 (or 0x282C05) is unknown color: approx Green Waterloo. HEX triplet: 28, 2C and 05. RGB value is (40,44,5). Sum of RGB (Red+Green+Blue) = 40+44+5=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 44 (17.58% from 255 or 49.44% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 44 - color contains mainly: green. Hex color #282C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282C05 is #D7D3FA. Grayscale: #262626. Windows color (decimal): -14144507 or 338984. OLE color: 338984.

HSL color Cylindrical-coordinate representation of color #282C05: hue angle of 66.15º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #282C05 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.83.

Color convert

RGB40445-
CMYK0.0900.890.83
HSL66.15º79.59%9.61%-
HSV(B)66.15º88.64%17.25%-
XYZ1.82.260.49-
YUV38.36109.17129.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 44 (17.58% from 255) = 49.44%
BLUE value IS 5 (2.34% from 255) = 5.62%
R=44.94%
G=49.44%
B=5.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal404450.0900.890.8366.1579.599.61
Hex282C59059534250a
Octal5054511013112310212012
Binary1010001011001011001010110011010011100001010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,44,5); }

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

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

 a { background-color: rgb(40,44,5); }

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

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

 span { border-color: rgb(40,44,5); }

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