#1BC146

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

Shades of Dark Pastel Green #1BC146

Tints of Dark Pastel Green #1BC146

Color information

#1BC146 (or 0x1BC146) is unknown color: approx Dark Pastel Green. HEX triplet: 1B, C1 and 46. RGB value is (27,193,70). Sum of RGB (Red+Green+Blue) = 27+193+70=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 193 (75.78% from 255 or 66.55% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 193 - color contains mainly: green. Hex color #1BC146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC146 is #E43EB9. Grayscale: #818181. Windows color (decimal): -14958266 or 4636955. OLE color: 4636955.

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

Color convert

RGB2719370-
CMYK0.8600.640.24
HSL135.54º75.45%43.14%-
HSV(B)135.54º86.01%75.69%-
XYZ20.6338.8212.2-
YUV129.3494.555-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.31%
GREEN value IS 193 (75.78% from 255) = 66.55%
BLUE value IS 70 (27.73% from 255) = 24.14%
R=9.31%
G=66.55%
B=24.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27193700.8600.640.24135.5475.4543.14
Hex1BC1465604018884b2b
Octal3330110612601003021011353
Binary1101111000001100011010101100100000011000100010001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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