Html Css Color HEX #1CB475 Mountain Meadow

📋 copy color: '#1CB475'

red 28 ◦ green 180 ◦ blue 117

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

Shades of Mountain Meadow #1CB475

Tints of Mountain Meadow #1CB475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36%

R = 8.62%
G = 55.38%
B = 36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#1CB475 (or 0x1CB475) is known color: Mountain Meadow. HEX triplet: 1C, B4 and 75. RGB value is (28,180,117). Sum of RGB (Red+Green+Blue) = 28+180+117=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB475 is #E34B8A. Grayscale: #7F7F7F. Windows color (decimal): -14896011 or 7713820. OLE color: 7713820.

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

Color convert

RGB 28 180 117 -
CMYK 0.84 0 0.35 0.29
HSL 155.13º 0.73% 0.41% -
HSV(B) 155.13º 0.84% 0.71% -
XYZ 20.01 34.17 22.37 -
YUV 127.37 122.14 57.12 -
System Red Green Blue C M Y K H S L
Decimal 28 180 117 0.84 0 0.35 0.29 155.13 0.73 0.41
Hex 1C B4 75 54 0 23 1D 9B 49 29
Octal 34 264 165 124 0 43 35 233 111 51
Binary 11100 10110100 1110101 1010100 0 100011 11101 10011011 1001001 101001

Color Harmonies of #1CB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB475

Black with #1CB475

Text Example


Text Example

White with #1CB475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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