#28A28A

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

Shades of Niagara #28A28A

Tints of Niagara #28A28A

Color information

#28A28A (or 0x28A28A) is unknown color: approx Niagara. HEX triplet: 28, A2 and 8A. RGB value is (40,162,138). Sum of RGB (Red+Green+Blue) = 40+162+138=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #28A28A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28A28A is #D75D75. Grayscale: #7A7A7A. Windows color (decimal): -14114166 or 9085480. OLE color: 9085480.

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

Color convert

RGB40162138-
CMYK0.7500.150.36
HSL168.2º60.4%39.61%-
HSV(B)168.2º75.31%63.53%-
XYZ18.3828.1328.5-
YUV122.79136.5868.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.76%
GREEN value IS 162 (63.67% from 255) = 47.65%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=11.76%
G=47.65%
B=40.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal401621380.7500.150.36168.260.439.61
Hex28A28A4B0F24a83c28
Octal50242212113017442507450
Binary101000101000101000101010010110111110010010101000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28A28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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