#1cbf6b

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

Shades of Mountain Meadow #1CBF6B

Tints of Mountain Meadow #1CBF6B

Color information

#1CBF6B (or 0x1CBF6B) is unknown color: approx Mountain Meadow. HEX triplet: 1C, BF and 6B. RGB value is (28,191,107). Sum of RGB (Red+Green+Blue) = 28+191+107=326 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.59% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBF6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBF6B is #E34094. Grayscale: #848484. Windows color (decimal): -14893205 or 7061276. OLE color: 7061276.

HSL color Cylindrical-coordinate representation of color #1CBF6B: hue angle of 149.08º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBF6B is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB28191107-
CMYK0.8500.440.25
HSL149.08º74.43%42.94%-
HSV(B)149.08º85.34%74.9%-
XYZ21.7638.5720.21-
YUV132.69113.553.33-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.59%
GREEN value IS 191 (75% from 255) = 58.59%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=8.59%
G=58.59%
B=32.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281911070.8500.440.25149.0874.4342.94
Hex1CBF6B5502C19954a2b
Octal342771531250543122511253
Binary111001011111111010111010101010110011001100101011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cbf6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,191,107); }

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

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

 a { background-color: rgb(28,191,107); }

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

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

 span { border-color: rgb(28,191,107); }

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