#1CB384

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

Shades of Mountain Meadow #1CB384

Tints of Mountain Meadow #1CB384

Color information

#1CB384 (or 0x1CB384) is unknown color: approx Mountain Meadow. HEX triplet: 1C, B3 and 84. RGB value is (28,179,132). Sum of RGB (Red+Green+Blue) = 28+179+132=339 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.26% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB384 is #E34C7B. Grayscale: #808080. Windows color (decimal): -14896252 or 8696604. OLE color: 8696604.

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

Color convert

RGB28179132-
CMYK0.8400.260.30
HSL161.32º72.95%40.59%-
HSV(B)161.32º84.36%70.2%-
XYZ20.7634.1527.33-
YUV128.49129.9756.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.26%
GREEN value IS 179 (70.31% from 255) = 52.80%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=8.26%
G=52.80%
B=38.94%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal281791320.8400.260.30161.3272.9540.59
Hex1CB3845401A1Ea14929
Octal342632041240323624111151
Binary111001011001110000100101010001101011110101000011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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