#2CB792

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

Shades of Niagara #2CB792

Tints of Niagara #2CB792

Color information

#2CB792 (or 0x2CB792) is unknown color: approx Niagara. HEX triplet: 2C, B7 and 92. RGB value is (44,183,146). Sum of RGB (Red+Green+Blue) = 44+183+146=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #2CB792 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB792 is #D3486D. Grayscale: #898989. Windows color (decimal): -13846638 or 9615148. OLE color: 9615148.

HSL color Cylindrical-coordinate representation of color #2CB792: hue angle of 164.03º 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 #2CB792 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB44183146-
CMYK0.7600.200.28
HSL164.03º61.23%44.51%-
HSV(B)164.03º75.96%71.76%-
XYZ23.1636.4833.01-
YUV137.22132.9561.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.80%
GREEN value IS 183 (71.88% from 255) = 49.06%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=11.80%
G=49.06%
B=39.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal441831460.7600.200.28164.0361.2344.51
Hex2CB7924C0141Ca43d2d
Octal54267222114024342447555
Binary101100101101111001001010011000101001110010100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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