Html Css Color HEX #2DB595 Niagara

📋 copy color: '#2DB595'

red 45 ◦ green 181 ◦ blue 149

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

Shades of Niagara #2DB595

Tints of Niagara #2DB595

RGB

 RED value IS 45 (17.97% from 255) = 12%

 GREEN value IS 181 (71.09% from 255) = 48.27%

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 12%
G = 48.27%
B = 39.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#2DB595 (or 0x2DB595) is known color: Niagara. HEX triplet: 2D, B5 and 95. RGB value is (45,181,149). Sum of RGB (Red+Green+Blue) = 45+181+149=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #2DB595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB595 is #D24A6A. Grayscale: #888888. Windows color (decimal): -13781611 or 9811245. OLE color: 9811245.

HSL color Cylindrical-coordinate representation of color #2DB595: hue angle of 165.88º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB595 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 45 181 149 -
CMYK 0.75 0 0.18 0.29
HSL 165.88º 0.6% 0.44% -
HSV(B) 165.88º 0.75% 0.71% -
XYZ 23.03 35.78 34.13 -
YUV 136.69 134.94 62.6 -
System Red Green Blue C M Y K H S L
Decimal 45 181 149 0.75 0 0.18 0.29 165.88 0.6 0.44
Hex 2D B5 95 4B 0 12 1D A6 3C 2C
Octal 55 265 225 113 0 22 35 246 74 54
Binary 101101 10110101 10010101 1001011 0 10010 11101 10100110 111100 101100

Color Harmonies of #2DB595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DB595

Black with #2DB595

Text Example


Text Example

White with #2DB595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,181,149); }

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

background-color css

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

 a { background-color: rgb(45,181,149); }

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

border-color css

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

 span { border-color: rgb(45,181,149); }

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