#1CB67F

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

Shades of Mountain Meadow #1CB67F

Tints of Mountain Meadow #1CB67F

Color information

#1CB67F (or 0x1CB67F) is unknown color: approx Mountain Meadow. HEX triplet: 1C, B6 and 7F. RGB value is (28,182,127). Sum of RGB (Red+Green+Blue) = 28+182+127=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 182 (71.48% from 255 or 54.01% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB67F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB67F is #E34980. Grayscale: #818181. Windows color (decimal): -14895489 or 8369692. OLE color: 8369692.

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

Color convert

RGB28182127-
CMYK0.8500.300.29
HSL158.57º73.33%41.18%-
HSV(B)158.57º84.62%71.37%-
XYZ21.0435.2425.77-
YUV129.68126.4855.47-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.31%
GREEN value IS 182 (71.48% from 255) = 54.01%
BLUE value IS 127 (50% from 255) = 37.69%
R=8.31%
G=54.01%
B=37.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal281821270.8500.300.29158.5773.3341.18
Hex1CB67F5501E1D9f4929
Octal342661771250363523711151
Binary11100101101101111111101010101111011101100111111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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