#289885

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

Shades of Niagara #289885

Tints of Niagara #289885

Color information

#289885 (or 0x289885) is unknown color: approx Niagara. HEX triplet: 28, 98 and 85. RGB value is (40,152,133). Sum of RGB (Red+Green+Blue) = 40+152+133=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #289885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289885 is #D7677A. Grayscale: #747474. Windows color (decimal): -14116731 or 8755240. OLE color: 8755240.

HSL color Cylindrical-coordinate representation of color #289885: hue angle of 169.82º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #289885 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB40152133-
CMYK0.7400.130.40
HSL169.82º58.33%37.65%-
HSV(B)169.82º73.68%59.61%-
XYZ16.3424.626.08-
YUV116.35137.3973.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.31%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=12.31%
G=46.77%
B=40.92%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal401521330.7400.130.40169.8258.3337.65
Hex2898854A0D28aa3a26
Octal50230205112015502527246
Binary101000100110001000010110010100110110100010101010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289885; }

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

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

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

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

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

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

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

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