#1cbc7f

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

Shades of Mountain Meadow #1CBC7F

Tints of Mountain Meadow #1CBC7F

Color information

#1CBC7F (or 0x1CBC7F) is unknown color: approx Mountain Meadow. HEX triplet: 1C, BC and 7F. RGB value is (28,188,127). Sum of RGB (Red+Green+Blue) = 28+188+127=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 188 (73.83% from 255 or 54.81% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBC7F is #E34380. Grayscale: #858585. Windows color (decimal): -14893953 or 8371228. OLE color: 8371228.

HSL color Cylindrical-coordinate representation of color #1CBC7F: hue angle of 157.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBC7F is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB28188127-
CMYK0.8500.320.26
HSL157.12º74.07%42.35%-
HSV(B)157.12º85.11%73.73%-
XYZ22.2937.7526.19-
YUV133.21124.4952.96-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.16%
GREEN value IS 188 (73.83% from 255) = 54.81%
BLUE value IS 127 (50% from 255) = 37.03%
R=8.16%
G=54.81%
B=37.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281881270.8500.320.26157.1274.0742.35
Hex1CBC7F550201A9d4a2a
Octal342741771250403223511252
Binary111001011110011111111010101010000011010100111011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cbc7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,188,127); }

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

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

 a { background-color: rgb(28,188,127); }

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

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

 span { border-color: rgb(28,188,127); }

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