#2CB791

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

Shades of Niagara #2CB791

Tints of Niagara #2CB791

Color information

#2CB791 (or 0x2CB791) is unknown color: approx Niagara. HEX triplet: 2C, B7 and 91. RGB value is (44,183,145). Sum of RGB (Red+Green+Blue) = 44+183+145=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB791 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB791 is #D3486E. Grayscale: #898989. Windows color (decimal): -13846639 or 9549612. OLE color: 9549612.

HSL color Cylindrical-coordinate representation of color #2CB791: hue angle of 163.6º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB791 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB44183145-
CMYK0.7600.210.28
HSL163.6º61.23%44.51%-
HSV(B)163.6º75.96%71.76%-
XYZ23.0836.4532.61-
YUV137.11132.4561.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.83%
GREEN value IS 183 (71.88% from 255) = 49.19%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=11.83%
G=49.19%
B=38.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal441831450.7600.210.28163.661.2344.51
Hex2CB7914C0151Ca43d2d
Octal54267221114025342447555
Binary101100101101111001000110011000101011110010100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,183,145); }

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

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

 a { background-color: rgb(44,183,145); }

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

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

 span { border-color: rgb(44,183,145); }

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