Html Css Color HEX #1CB385 Mountain Meadow

📋 copy color: '#1CB385'

red 28 ◦ green 179 ◦ blue 133

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

Shades of Mountain Meadow #1CB385

Tints of Mountain Meadow #1CB385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 8.24%
G = 52.65%
B = 39.12%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#1CB385 (or 0x1CB385) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 85. RGB value is (28,179,133). Sum of RGB (Red+Green+Blue) = 28+179+133=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB385 is #E34C7A. Grayscale: #808080. Windows color (decimal): -14896251 or 8762140. OLE color: 8762140.

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

Color convert

RGB 28 179 133 -
CMYK 0.84 0 0.26 0.30
HSL 161.72º 0.73% 0.41% -
HSV(B) 161.72º 0.84% 0.7% -
XYZ 20.83 34.18 27.69 -
YUV 128.61 130.47 56.24 -
System Red Green Blue C M Y K H S L
Decimal 28 179 133 0.84 0 0.26 0.30 161.72 0.73 0.41
Hex 1C B3 85 54 0 1A 1E A2 49 29
Octal 34 263 205 124 0 32 36 242 111 51
Binary 11100 10110011 10000101 1010100 0 11010 11110 10100010 1001001 101001

Color Harmonies of #1CB385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB385

Black with #1CB385

Text Example


Text Example

White with #1CB385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,179,133); }

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

background-color css

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

 a { background-color: rgb(28,179,133); }

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

border-color css

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

 span { border-color: rgb(28,179,133); }

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