#1CB372

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

Shades of Mountain Meadow #1CB372

Tints of Mountain Meadow #1CB372

Color information

#1CB372 (or 0x1CB372) is unknown color: approx Mountain Meadow. HEX triplet: 1C, B3 and 72. RGB value is (28,179,114). Sum of RGB (Red+Green+Blue) = 28+179+114=321 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.72% from 321); Green value is 179 (70.31% from 255 or 55.76% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB372 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB372 is #E34C8D. Grayscale: #7E7E7E. Windows color (decimal): -14896270 or 7516956. OLE color: 7516956.

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

Color convert

RGB28179114-
CMYK0.8400.360.30
HSL154.17º72.95%40.59%-
HSV(B)154.17º84.36%70.2%-
XYZ19.6433.721.39-
YUV126.44120.9757.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.72%
GREEN value IS 179 (70.31% from 255) = 55.76%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=8.72%
G=55.76%
B=35.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal281791140.8400.360.30154.1772.9540.59
Hex1CB372540241E9a4929
Octal342631621240443623211151
Binary111001011001111100101010100010010011110100110101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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