Html Css Color HEX #1CB491 Mountain Meadow

📋 copy color: '#1CB491'

red 28 ◦ green 180 ◦ blue 145

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

Shades of Mountain Meadow #1CB491

Tints of Mountain Meadow #1CB491

RGB

 RED value IS 28 (11.33% from 255) = 7.93%

 GREEN value IS 180 (70.7% from 255) = 50.99%

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

R = 7.93%
G = 50.99%
B = 41.08%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#1CB491 (or 0x1CB491) is known color: Mountain Meadow. HEX triplet: 1C, B4 and 91. RGB value is (28,180,145). Sum of RGB (Red+Green+Blue) = 28+180+145=353 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.93% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB491 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB491 is #E34B6E. Grayscale: #828282. Windows color (decimal): -14895983 or 9548828. OLE color: 9548828.

HSL color Cylindrical-coordinate representation of color #1CB491: hue angle of 166.18º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB491 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 180 145 -
CMYK 0.84 0 0.19 0.29
HSL 166.18º 0.73% 0.41% -
HSV(B) 166.18º 0.84% 0.71% -
XYZ 21.91 34.93 32.38 -
YUV 130.56 136.14 54.85 -
System Red Green Blue C M Y K H S L
Decimal 28 180 145 0.84 0 0.19 0.29 166.18 0.73 0.41
Hex 1C B4 91 54 0 13 1D A6 49 29
Octal 34 264 221 124 0 23 35 246 111 51
Binary 11100 10110100 10010001 1010100 0 10011 11101 10100110 1001001 101001

Color Harmonies of #1CB491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB491

Black with #1CB491

Text Example


Text Example

White with #1CB491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CB491; }

 p { color: rgb(28,180,145); }

 H1.HeaderClassName
 {
   color: #1CB491;
 }
 .AnyTagClassName
 {
   color: #1CB491;
 }
</style>

background-color css

<style>
 a { background-color: #1CB491; }

 a { background-color: rgb(28,180,145); }

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

border-color css

<style>
 span { border-color: #1CB491; }

 span { border-color: rgb(28,180,145); }

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