#28A285

Color #28A285 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #28A285

Tints of Niagara #28A285

Color information

#28A285 (or 0x28A285) is unknown color: approx Niagara. HEX triplet: 28, A2 and 85. RGB value is (40,162,133). Sum of RGB (Red+Green+Blue) = 40+162+133=335 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.94% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #28A285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A285 is #D75D7A. Grayscale: #7A7A7A. Windows color (decimal): -14114171 or 8757800. OLE color: 8757800.

HSL color Cylindrical-coordinate representation of color #28A285: hue angle of 165.74º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A285 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB40162133-
CMYK0.7500.180.36
HSL165.74º60.4%39.61%-
HSV(B)165.74º75.31%63.53%-
XYZ18.0327.9926.64-
YUV122.22134.0869.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.94%
GREEN value IS 162 (63.67% from 255) = 48.36%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=11.94%
G=48.36%
B=39.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401621330.7500.180.36165.7460.439.61
Hex28A2854B01224a63c28
Octal50242205113022442467450
Binary1010001010001010000101100101101001010010010100110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28A285; }

 p { color: rgb(40,162,133); }

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

<style>
 a { background-color: #28A285; }

 a { background-color: rgb(40,162,133); }

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

<style>
 span { border-color: #28A285; }

 span { border-color: rgb(40,162,133); }

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