Html Css Color HEX #2BA590 Niagara

📋 copy color: '#2BA590'

red 43 ◦ green 165 ◦ blue 144

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

Shades of Niagara #2BA590

Tints of Niagara #2BA590

RGB

 RED value IS 43 (17.19% from 255) = 12.22%

 GREEN value IS 165 (64.84% from 255) = 46.88%

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 12.22%
G = 46.88%
B = 40.91%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#2BA590 (or 0x2BA590) is known color: Niagara. HEX triplet: 2B, A5 and 90. RGB value is (43,165,144). Sum of RGB (Red+Green+Blue) = 43+165+144=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA590 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA590 is #D45A6F. Grayscale: #7E7E7E. Windows color (decimal): -13916784 or 9479467. OLE color: 9479467.

HSL color Cylindrical-coordinate representation of color #2BA590: hue angle of 169.67º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA590 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 43 165 144 -
CMYK 0.74 0 0.13 0.35
HSL 169.67º 0.59% 0.41% -
HSV(B) 169.67º 0.74% 0.65% -
XYZ 19.49 29.44 31.04 -
YUV 126.13 138.08 68.71 -
System Red Green Blue C M Y K H S L
Decimal 43 165 144 0.74 0 0.13 0.35 169.67 0.59 0.41
Hex 2B A5 90 4A 0 D 23 AA 3B 29
Octal 53 245 220 112 0 15 43 252 73 51
Binary 101011 10100101 10010000 1001010 0 1101 100011 10101010 111011 101001

Color Harmonies of #2BA590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BA590

Black with #2BA590

Text Example


Text Example

White with #2BA590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,165,144); }

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

background-color css

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

 a { background-color: rgb(43,165,144); }

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

border-color css

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

 span { border-color: rgb(43,165,144); }

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