#1CB382

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

Shades of Mountain Meadow #1CB382

Tints of Mountain Meadow #1CB382

Color information

#1CB382 (or 0x1CB382) is unknown color: approx Mountain Meadow. HEX triplet: 1C, B3 and 82. RGB value is (28,179,130). Sum of RGB (Red+Green+Blue) = 28+179+130=337 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.31% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB382 is #E34C7D. Grayscale: #808080. Windows color (decimal): -14896254 or 8565532. OLE color: 8565532.

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

Color convert

RGB28179130-
CMYK0.8400.270.30
HSL160.53º72.95%40.59%-
HSV(B)160.53º84.36%70.2%-
XYZ20.6334.126.61-
YUV128.26128.9756.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.31%
GREEN value IS 179 (70.31% from 255) = 53.12%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=8.31%
G=53.12%
B=38.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal281791300.8400.270.30160.5372.9540.59
Hex1CB3825401B1Ea14929
Octal342632021240333624111151
Binary111001011001110000010101010001101111110101000011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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