Html Css Color HEX #1CB47F Mountain Meadow

📋 copy color: '#1CB47F'

red 28 ◦ green 180 ◦ blue 127

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

Shades of Mountain Meadow #1CB47F

Tints of Mountain Meadow #1CB47F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.73%

 BLUE value IS 127 (50% from 255) = 37.91%

R = 8.36%
G = 53.73%
B = 37.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#1CB47F (or 0x1CB47F) is known color: Mountain Meadow. HEX triplet: 1C, B4 and 7F. RGB value is (28,180,127). Sum of RGB (Red+Green+Blue) = 28+180+127=335 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.36% from 335); Green value is 180 (70.70% from 255 or 53.73% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB47F is #E34B80. Grayscale: #808080. Windows color (decimal): -14896001 or 8369180. OLE color: 8369180.

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

Color convert

RGB 28 180 127 -
CMYK 0.84 0 0.29 0.29
HSL 159.08º 0.73% 0.41% -
HSV(B) 159.08º 0.84% 0.71% -
XYZ 20.63 34.42 25.64 -
YUV 128.51 127.14 56.31 -
System Red Green Blue C M Y K H S L
Decimal 28 180 127 0.84 0 0.29 0.29 159.08 0.73 0.41
Hex 1C B4 7F 54 0 1D 1D 9F 49 29
Octal 34 264 177 124 0 35 35 237 111 51
Binary 11100 10110100 1111111 1010100 0 11101 11101 10011111 1001001 101001

Color Harmonies of #1CB47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB47F

Black with #1CB47F

Text Example


Text Example

White with #1CB47F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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