Html Css Color HEX #2CB391 Niagara

📋 copy color: '#2CB391'

red 44 ◦ green 179 ◦ blue 145

#2CB391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #2CB391

Tints of Niagara #2CB391

RGB

 RED value IS 44 (17.58% from 255) = 11.96%

 GREEN value IS 179 (70.31% from 255) = 48.64%

 BLUE value IS 145 (57.03% from 255) = 39.4%

R = 11.96%
G = 48.64%
B = 39.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#2CB391 (or 0x2CB391) is known color: Niagara. HEX triplet: 2C, B3 and 91. RGB value is (44,179,145). Sum of RGB (Red+Green+Blue) = 44+179+145=368 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.96% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #2CB391 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB391 is #D34C6E. Grayscale: #868686. Windows color (decimal): -13847663 or 9548588. OLE color: 9548588.

HSL color Cylindrical-coordinate representation of color #2CB391: hue angle of 164.89º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB391 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 44 179 145 -
CMYK 0.75 0 0.19 0.30
HSL 164.89º 0.61% 0.44% -
HSV(B) 164.89º 0.75% 0.7% -
XYZ 22.27 34.82 32.34 -
YUV 134.76 133.77 63.26 -
System Red Green Blue C M Y K H S L
Decimal 44 179 145 0.75 0 0.19 0.30 164.89 0.61 0.44
Hex 2C B3 91 4B 0 13 1E A5 3D 2C
Octal 54 263 221 113 0 23 36 245 75 54
Binary 101100 10110011 10010001 1001011 0 10011 11110 10100101 111101 101100

Color Harmonies of #2CB391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB391

Black with #2CB391

Text Example


Text Example

White with #2CB391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2CB391;
 }
 .AnyTagClassName
 {
   color: #2CB391;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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