#28A292

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

Shades of Niagara #28A292

Tints of Niagara #28A292

Color information

#28A292 (or 0x28A292) is unknown color: approx Niagara. HEX triplet: 28, A2 and 92. RGB value is (40,162,146). Sum of RGB (Red+Green+Blue) = 40+162+146=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #28A292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A292 is #D75D6D. Grayscale: #7B7B7B. Windows color (decimal): -14114158 or 9609768. OLE color: 9609768.

HSL color Cylindrical-coordinate representation of color #28A292: hue angle of 172.13º 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 #28A292 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB40162146-
CMYK0.7500.100.36
HSL172.13º60.4%39.61%-
HSV(B)172.13º75.31%63.53%-
XYZ18.9828.3731.67-
YUV123.7140.5868.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.49%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=11.49%
G=46.55%
B=41.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401621460.7500.100.36172.1360.439.61
Hex28A2924B0A24ac3c28
Octal50242222113012442547450
Binary101000101000101001001010010110101010010010101100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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