#1CB395

Color #1CB395 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1CB395

Tints of Mountain Meadow #1CB395

Color information

#1CB395 (or 0x1CB395) is unknown color: approx Mountain Meadow. HEX triplet: 1C, B3 and 95. RGB value is (28,179,149). Sum of RGB (Red+Green+Blue) = 28+179+149=356 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.87% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB395 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB395 is #E34C6A. Grayscale: #828282. Windows color (decimal): -14896235 or 9810716. OLE color: 9810716.

HSL color Cylindrical-coordinate representation of color #1CB395: hue angle of 168.08º 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 #1CB395 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB28179149-
CMYK0.8400.170.30
HSL168.08º72.95%40.59%-
HSV(B)168.08º84.36%70.2%-
XYZ22.0234.6633.96-
YUV130.43138.4754.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.87%
GREEN value IS 179 (70.31% from 255) = 50.28%
BLUE value IS 149 (58.59% from 255) = 41.85%
R=7.87%
G=50.28%
B=41.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal281791490.8400.170.30168.0872.9540.59
Hex1CB395540111Ea84929
Octal342632251240213625011151
Binary111001011001110010101101010001000111110101010001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CB395;
 }
 .AnyTagClassName
 {
   color: #1CB395;
 }
</style>
background-color css

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

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

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

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

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

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