Html Css Color HEX #1CB370 Mountain Meadow

📋 copy color: '#1CB370'

red 28 ◦ green 179 ◦ blue 112

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

Shades of Mountain Meadow #1CB370

Tints of Mountain Meadow #1CB370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.11%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 8.78%
G = 56.11%
B = 35.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#1CB370 (or 0x1CB370) is known color: Mountain Meadow. HEX triplet: 1C, B3 and 70. RGB value is (28,179,112). Sum of RGB (Red+Green+Blue) = 28+179+112=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB370 is #E34C8F. Grayscale: #7E7E7E. Windows color (decimal): -14896272 or 7385884. OLE color: 7385884.

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

Color convert

RGB 28 179 112 -
CMYK 0.84 0 0.37 0.30
HSL 153.38º 0.73% 0.41% -
HSV(B) 153.38º 0.84% 0.7% -
XYZ 19.52 33.66 20.8 -
YUV 126.21 119.97 57.95 -
System Red Green Blue C M Y K H S L
Decimal 28 179 112 0.84 0 0.37 0.30 153.38 0.73 0.41
Hex 1C B3 70 54 0 25 1E 99 49 29
Octal 34 263 160 124 0 45 36 231 111 51
Binary 11100 10110011 1110000 1010100 0 100101 11110 10011001 1001001 101001

Color Harmonies of #1CB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB370

Black with #1CB370

Text Example


Text Example

White with #1CB370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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