#1BC546

Color #1BC546 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #1BC546

Tints of Dark Pastel Green #1BC546

Color information

#1BC546 (or 0x1BC546) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, C5 and 46. RGB value is (27,197,70). Sum of RGB (Red+Green+Blue) = 27+197+70=294 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.18% from 294); Green value is 197 (77.34% from 255 or 67.01% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 197 - color contains mainly: green. Hex color #1BC546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC546 is #E43AB9. Grayscale: #848484. Windows color (decimal): -14957242 or 4637979. OLE color: 4637979.

HSL color Cylindrical-coordinate representation of color #1BC546: hue angle of 135.18º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC546 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB2719770-
CMYK0.8600.640.23
HSL135.18º75.89%43.92%-
HSV(B)135.18º86.29%77.25%-
XYZ21.5240.6112.5-
YUV131.6993.1853.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.18%
GREEN value IS 197 (77.34% from 255) = 67.01%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=9.18%
G=67.01%
B=23.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal27197700.8600.640.23135.1875.8943.92
Hex1BC5465604017874c2c
Octal3330510612601002720711454
Binary1101111000101100011010101100100000010111100001111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,197,70); }

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

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

 a { background-color: rgb(27,197,70); }

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

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

 span { border-color: rgb(27,197,70); }

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