#2CA28F

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

Shades of Niagara #2CA28F

Tints of Niagara #2CA28F

Color information

#2CA28F (or 0x2CA28F) is unknown color: approx Niagara. HEX triplet: 2C, A2 and 8F. RGB value is (44,162,143). Sum of RGB (Red+Green+Blue) = 44+162+143=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #2CA28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA28F is #D35D70. Grayscale: #7C7C7C. Windows color (decimal): -13852017 or 9413164. OLE color: 9413164.

HSL color Cylindrical-coordinate representation of color #2CA28F: hue angle of 170.34º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA28F is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB44162143-
CMYK0.7300.120.36
HSL170.34º57.28%40.39%-
HSV(B)170.34º72.84%63.53%-
XYZ18.9228.3630.46-
YUV124.55138.4170.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.61%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 143 (56.25% from 255) = 40.97%
R=12.61%
G=46.42%
B=40.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal441621430.7300.120.36170.3457.2840.39
Hex2CA28F490C24aa3928
Octal54242217111014442527150
Binary101100101000101000111110010010110010010010101010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CA28F; }

 p { color: rgb(44,162,143); }

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

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

 a { background-color: rgb(44,162,143); }

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

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

 span { border-color: rgb(44,162,143); }

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